[-] BO : Fixed bug #PSCFV-2288. _PS_ADMIN_DIR_ was not defined

This commit is contained in:
jObregon
2012-05-19 22:03:35 +00:00
parent f6414739c7
commit b85619acdd
22 changed files with 182 additions and 157 deletions
@@ -1,5 +1,6 @@
<?php
define('_PS_ADMIN_DIR_', getcwd());
if (!defined('_PS_ADMIN_DIR_'))
define('_PS_ADMIN_DIR_', getcwd());
require_once('../../config/config.inc.php');
require_once('../init.php');
/**