// admin folder name

This commit is contained in:
gRoussac
2013-03-26 19:15:37 +01:00
parent e11f0e7ce9
commit 033daeb7ff
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ class AdminLoginControllerCore extends AdminController
}
if (file_exists(_PS_ADMIN_DIR_.'/../install'))
$this->context->smarty->assign('wrong_folder_name', true);
$this->context->smarty->assign('wrong_install_name', true);
if (file_exists(_PS_ADMIN_DIR_.'/../admin'))
{
$rand = sprintf('%04d', rand(0, 9999));