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)
|
function mapUrls($path)
|
||||||
{
|
{
|
||||||
$arMap = array(
|
$arMap = array(
|
||||||
|
'' => '/www/index.php',
|
||||||
'/' => '/www/index.php',
|
'/' => '/www/index.php',
|
||||||
'/gsearch/' => '/www/gsearch/index.php',
|
'/gsearch/' => '/www/gsearch/index.php',
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user