// fix installer

This commit is contained in:
mMarinetti
2011-10-27 18:53:06 +00:00
parent a67b42a060
commit 2bb7e33a01
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;