From cb1235a329b08391c0df8fd8ef07ef50924ec67c Mon Sep 17 00:00:00 2001 From: Romain Neutron Date: Fri, 10 Feb 2012 17:26:04 +0100 Subject: [PATCH] Fix bootstraping --- www/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';