mirror of
https://github.com/e107inc/e107.git
synced 2025-08-13 18:14:26 +02:00
Closes #1801 Code cleanup. Deprecated method errors added.
This commit is contained in:
@@ -1128,7 +1128,7 @@
|
||||
}
|
||||
else
|
||||
{
|
||||
header("location: {$e107->base_path}");
|
||||
e107::redirect(); // ("location: {$e107->base_path}");
|
||||
exit();
|
||||
}
|
||||
}
|
||||
@@ -1189,7 +1189,7 @@
|
||||
}
|
||||
else
|
||||
{
|
||||
header("location: " . e_BASE . "index.php");
|
||||
e107::redirect();
|
||||
exit();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user