// Remove unuseful lines
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13445 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
+1
-4
@@ -107,10 +107,7 @@ class ToolsCore
|
||||
header($header);
|
||||
}
|
||||
|
||||
if (isset($_SERVER['HTTP_REFERER']) && $url == $_SERVER['HTTP_REFERER'])
|
||||
header('Location: '.$_SERVER['HTTP_REFERER']);
|
||||
else
|
||||
header('Location: '.$url);
|
||||
header('Location: '.$url);
|
||||
exit;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user