From 78a39a3fbcdeb5944287d9d929faf7160f3218ea Mon Sep 17 00:00:00 2001 From: aFolletete Date: Mon, 30 Jul 2012 15:16:18 +0000 Subject: [PATCH] [-] BO : fixed bug #PSCFV-3376 - BO - Dashboard - Information message wich is sending to a forbidden access page git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@16609 b9a71923-0436-4b27-9f14-aed3839534dd --- controllers/admin/AdminHomeController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/admin/AdminHomeController.php b/controllers/admin/AdminHomeController.php index 355086eb8..b00a0090a 100644 --- a/controllers/admin/AdminHomeController.php +++ b/controllers/admin/AdminHomeController.php @@ -175,7 +175,7 @@ class AdminHomeControllerCore extends AdminController if ($_SERVER['HTTP_HOST'] != $shop->domain && $_SERVER['HTTP_HOST'] != $shop->domain_ssl) $this->displayWarning($this->l('You are currently connected with the following domain name:').' '.$_SERVER['HTTP_HOST'].'
'. $this->l('This is different from the main shop domain name set in shop tab:').' '.$shop->domain.'
- '. + '. $this->l('Click here if you want to modify the main shop domain name').''); }