// Fix "home" permissions

This commit is contained in:
tDidierjean
2012-01-12 15:12:50 +00:00
parent 5213e1ac88
commit 0a064456cb
3 changed files with 5 additions and 16 deletions
@@ -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'))