source: extensions/AdditionalPages/trunk/admin/ajax.php @ 28649

Last change on this file since 28649 was 12658, checked in by patdenice, 12 years ago

Convert end lines to UNIX format

File size: 179 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.