Modify autoload

This commit is contained in:
Nicolas Le Goff
2012-02-10 15:09:29 +01:00
parent 510cdb193a
commit 1390e8b027
2 changed files with 0 additions and 2 deletions

View File

@@ -18,7 +18,6 @@
require_once __DIR__ . "/../lib/classes/bootstrap.class.php";
bootstrap::register_autoloads();
$app = require __DIR__ . '/../lib/Alchemy/Phrasea/Application/Root.php';

View File

@@ -1,7 +1,6 @@
<?php
require_once __DIR__ . "/../../lib/bootstrap.php";
bootstrap::register_autoloads();
$app = require __DIR__ . '/../../lib/Alchemy/Phrasea/Application/Lightbox.php';