|
|
|
@ -1,6 +1,9 @@ |
|
|
|
<?php |
|
|
|
<?php |
|
|
|
/* For licensing terms, see /license.txt */ |
|
|
|
/* For licensing terms, see /license.txt */ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** Composer autoload */ |
|
|
|
|
|
|
|
require_once __DIR__.'/../vendor/autoload.php'; |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
* Classic global.inc.php file now returns a Application object |
|
|
|
* Classic global.inc.php file now returns a Application object |
|
|
|
* Make sure you read the documentation/installation_guide.html to learn how |
|
|
|
* Make sure you read the documentation/installation_guide.html to learn how |
|
|
|
@ -9,8 +12,6 @@ |
|
|
|
/** |
|
|
|
/** |
|
|
|
* Inclusion of main setup script |
|
|
|
* Inclusion of main setup script |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
require_once __DIR__.'/../vendor/autoload.php'; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$app = require_once '../main/inc/global.inc.php'; |
|
|
|
$app = require_once '../main/inc/global.inc.php'; |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
@ -33,4 +34,3 @@ $app = require_once '../main/inc/global.inc.php'; |
|
|
|
|
|
|
|
|
|
|
|
/** @var \Silex\Application $app */ |
|
|
|
/** @var \Silex\Application $app */ |
|
|
|
$app->run(); |
|
|
|
$app->run(); |
|
|
|
//$app['http_cache']->run(); |
|
|
|
|
|
|
|
|