// remove deprecated PS_ADMIN_DIR by _PS_ADMIN_DIR_

This commit is contained in:
tDidierjean
2011-09-20 15:53:57 +00:00
parent 5f9b669cf9
commit b556966762
79 changed files with 339 additions and 339 deletions
+2 -2
View File
@@ -25,9 +25,9 @@
* International Registered Trademark & Property of PrestaShop SA
*/
define('PS_ADMIN_DIR', getcwd());
define('_PS_ADMIN_DIR_', getcwd());
include(PS_ADMIN_DIR.'/../config/config.inc.php');
include(_PS_ADMIN_DIR_.'/../config/config.inc.php');
if (!isset(Context::getContext()->employee) || !Context::getContext()->employee->isLoggedBack())
die;