[-] 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
@@ -6,6 +6,8 @@
* @since 22/May/2007
*
*/
if (!defined('_PS_ADMIN_DIR_'))
define('_PS_ADMIN_DIR_', getcwd());
require_once('../../config/config.inc.php');
require_once('../init.php');
require_once(dirname(__FILE__) . DIRECTORY_SEPARATOR . "inc" . DIRECTORY_SEPARATOR . "config.php");