// fix installer

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9696 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mMarinetti
2011-10-27 18:53:06 +00:00
parent 5f79d9f879
commit bf444e84e8
4 changed files with 7 additions and 8 deletions
+1
View File
@@ -86,6 +86,7 @@ if (isset($_GET['method']))
switch ($_GET['method'])
{
case 'checkConfig' :
define('_PS_ROOT_DIR_', realpath(INSTALL_PATH.'/../'));
require_once('xml/checkConfig.php');
break;