// Remove unuseful lines

This commit is contained in:
mDeflotte
2012-02-17 16:26:29 +00:00
parent a91187dcab
commit 801dc04dac
+1 -4
View File
@@ -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;
}