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

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15462 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
jObregon
2012-05-19 22:03:35 +00:00
parent 6f00731fba
commit 4476b69cac
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");