From e3db5570d0f0fbc26be30443d7d97a5416dfab33 Mon Sep 17 00:00:00 2001 From: gRoussac Date: Mon, 7 Oct 2013 11:24:42 +0200 Subject: [PATCH] [-] BO : Retro compat, PS_ADMIN_DIR not defined //bad commit sorry --- admin-dev/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin-dev/index.php b/admin-dev/index.php index df662f082..33da0908a 100644 --- a/admin-dev/index.php +++ b/admin-dev/index.php @@ -28,7 +28,7 @@ $timer_start = microtime(true); define('_PS_ADMIN_DIR_', getcwd()); if (!defined('PS_ADMIN_DIR')) - define('PS_ADMIN_DIR', PS_ADMIN_DIR); + define('PS_ADMIN_DIR', _PS_ADMIN_DIR_); require(_PS_ADMIN_DIR_.'/../config/config.inc.php'); require(_PS_ADMIN_DIR_.'/functions.php');