mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-16 22:43:19 +00:00
declare new app path
This commit is contained in:
@@ -15,10 +15,10 @@
|
||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
||||
* @link www.phraseanet.com
|
||||
*/
|
||||
require_once dirname(__FILE__) . "/../../lib/bootstrap.php";
|
||||
require_once __DIR__ . "/../../lib/bootstrap.php";
|
||||
bootstrap::register_autoloads();
|
||||
|
||||
$app = require dirname(__FILE__).'/../../lib/classes/module/Overview.php';
|
||||
$app = require __DIR__ .'/../../lib/Alchemy/Phrasea/Application/Overview.php';
|
||||
|
||||
$app->run();
|
||||
|
||||
|
Reference in New Issue
Block a user