source: extensions/AdditionalPages/admin/ajax.php @ 9274

Last change on this file since 9274 was 9274, checked in by patdenice, 13 years ago

Auto fill permalink.

File size: 188 bytes
Line 
1<?php
2
3define('PHPWG_ROOT_PATH','../../../');
4include_once(PHPWG_ROOT_PATH.'include/common.inc.php');
5
6if (!isset($_POST['str'])) die;
7
8echo trim(str2url($_POST['str']), '_');
9
10?>
Note: See TracBrowser for help on using the repository browser.