install-new renamed to install-dev in files

This commit is contained in:
mMarinetti
2012-01-26 17:29:50 +00:00
parent 3418f482c6
commit 4d9a7e684b
3 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ class AdminLoginControllerCore extends AdminController
if (file_exists(_PS_ADMIN_DIR_.'/../install') || file_exists(_PS_ADMIN_DIR_.'/../admin')
|| (file_exists(_PS_ADMIN_DIR_.'/../install-new') && (!defined('_PS_MODE_DEV_') || !_PS_MODE_DEV_)))
|| (file_exists(_PS_ADMIN_DIR_.'/../install-dev') && (!defined('_PS_MODE_DEV_') || !_PS_MODE_DEV_)))
$this->context->smarty->assign(
array(
'randomNb' => rand(100, 999),