diff --git a/www/index.php b/www/index.php index 79d75a6785..46a48af2ff 100644 --- a/www/index.php +++ b/www/index.php @@ -17,7 +17,7 @@ */ -require_once __DIR__ . "/../lib/classes/bootstrap.class.php"; +require_once __DIR__ . "/../lib/bootstrap.php"; $app = require __DIR__ . '/../lib/Alchemy/Phrasea/Application/Root.php';