From ddea6184ef9ec012cfa1e9130bfdeea646b39daa Mon Sep 17 00:00:00 2001 From: fBrignoli Date: Tue, 7 Feb 2012 17:28:35 +0000 Subject: [PATCH] // test 2 git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13093 b9a71923-0436-4b27-9f14-aed3839534dd --- index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/index.php b/index.php index 1bb27b42d..62e95e00d 100644 --- a/index.php +++ b/index.php @@ -25,6 +25,7 @@ * International Registered Trademark & Property of PrestaShop SA */ + require(dirname(__FILE__).'/config/config.inc.php'); Dispatcher::getInstance()->dispatch();