Removing dirname(__FILE__)

This commit is contained in:
Romain Neutron
2011-12-26 20:42:31 +01:00
parent 03a0703441
commit cda51b4686
179 changed files with 231 additions and 231 deletions

View File

@@ -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();