// Remove unuseful lines
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