map calls to phar without anything
This commit is contained in:
parent
75156bfd20
commit
d49a9e684b
@ -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',
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user