mirror of
https://github.com/klaussilveira/gitlist.git
synced 2025-11-17 19:20:56 +01:00
Make explicit the phar:// scheme
This commit is contained in:
@@ -11,7 +11,7 @@ if (empty($config['git']['repositories']) || !is_dir($config['git']['repositorie
|
|||||||
die("Please, edit the config.ini file and provide your repositories directory");
|
die("Please, edit the config.ini file and provide your repositories directory");
|
||||||
}
|
}
|
||||||
|
|
||||||
require_once __DIR__.'/vendor/silex.phar';
|
require_once 'phar://'.__DIR__.'/vendor/silex.phar';
|
||||||
|
|
||||||
$app = new Silex\Application();
|
$app = new Silex\Application();
|
||||||
$app['baseurl'] = $config['app']['baseurl'];
|
$app['baseurl'] = $config['app']['baseurl'];
|
||||||
|
|||||||
Reference in New Issue
Block a user