mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 12:20:44 +02:00
Code cleanup / globals removal etc.
This commit is contained in:
@@ -21,7 +21,7 @@ require_once("class2.php");
|
||||
|
||||
if (!e_QUERY || isset($_POST['userlogin']))
|
||||
{
|
||||
header("location: {$e107->base_path}");
|
||||
header("location: ".SITEURL); // $e107->base_path
|
||||
exit();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user