mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-16 14:33:14 +00:00
Removing dirname(__FILE__)
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
||||
* @link www.phraseanet.com
|
||||
*/
|
||||
include_once dirname(__FILE__) . '/../../lib/bootstrap.php';
|
||||
include_once __DIR__ . '/../../lib/bootstrap.php';
|
||||
|
||||
$appbox = appbox::get_instance(registry::get_instance());
|
||||
$session = $appbox->get_session();
|
||||
|
Reference in New Issue
Block a user