From 1390e8b027c204230f575c7532c00ab4c0d46f02 Mon Sep 17 00:00:00 2001 From: Nicolas Le Goff Date: Fri, 10 Feb 2012 15:09:29 +0100 Subject: [PATCH] Modify autoload --- www/index.php | 1 - www/lightbox/index.php | 1 - 2 files changed, 2 deletions(-) diff --git a/www/index.php b/www/index.php index 95a08ba9db..79d75a6785 100644 --- a/www/index.php +++ b/www/index.php @@ -18,7 +18,6 @@ require_once __DIR__ . "/../lib/classes/bootstrap.class.php"; -bootstrap::register_autoloads(); $app = require __DIR__ . '/../lib/Alchemy/Phrasea/Application/Root.php'; diff --git a/www/lightbox/index.php b/www/lightbox/index.php index e1a9fda6f7..dd8a71cb58 100644 --- a/www/lightbox/index.php +++ b/www/lightbox/index.php @@ -1,7 +1,6 @@