map calls to phar without anything

This commit is contained in:
Christian Weiske 2011-08-24 21:05:30 +02:00
parent 75156bfd20
commit d49a9e684b

View File

@ -18,6 +18,7 @@ if (php_sapi_name() == 'cli') {
function mapUrls($path)
{
$arMap = array(
'' => '/www/index.php',
'/' => '/www/index.php',
'/gsearch/' => '/www/gsearch/index.php',
);