// Fix "home" permissions
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12396 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -535,12 +535,10 @@ class AdminHomeControllerCore extends AdminController
|
||||
|
||||
$this->warnDomainName();
|
||||
|
||||
$tab = get_class();
|
||||
$protocol = Tools::usingSecureMode()?'https':'http';
|
||||
$smarty->assign('protocol',$protocol);
|
||||
$isoUser = $this->context->language->iso_code;
|
||||
$smarty->assign('isoUser',$isoUser);
|
||||
$currency = $this->context->currency;
|
||||
$upgrade = null;
|
||||
$tpl_vars['refresh_check_version'] = 0;
|
||||
if (@ini_get('allow_url_fopen'))
|
||||
|
||||
Reference in New Issue
Block a user