mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-15 22:13:13 +00:00
Modify autoload
This commit is contained in:
@@ -18,7 +18,6 @@
|
|||||||
|
|
||||||
|
|
||||||
require_once __DIR__ . "/../lib/classes/bootstrap.class.php";
|
require_once __DIR__ . "/../lib/classes/bootstrap.class.php";
|
||||||
bootstrap::register_autoloads();
|
|
||||||
|
|
||||||
$app = require __DIR__ . '/../lib/Alchemy/Phrasea/Application/Root.php';
|
$app = require __DIR__ . '/../lib/Alchemy/Phrasea/Application/Root.php';
|
||||||
|
|
||||||
|
@@ -1,7 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
require_once __DIR__ . "/../../lib/bootstrap.php";
|
require_once __DIR__ . "/../../lib/bootstrap.php";
|
||||||
bootstrap::register_autoloads();
|
|
||||||
|
|
||||||
$app = require __DIR__ . '/../../lib/Alchemy/Phrasea/Application/Lightbox.php';
|
$app = require __DIR__ . '/../../lib/Alchemy/Phrasea/Application/Lightbox.php';
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user