mirror of
https://github.com/e107inc/e107.git
synced 2025-08-15 19:14:09 +02:00
Closes #1801 Code cleanup. Deprecated method errors added.
This commit is contained in:
@@ -18,7 +18,7 @@ if (!$e107->isInstalled('forum'))
|
||||
|
||||
if(!USER)
|
||||
{
|
||||
header("location:".e_PLUGIN."forum/forum.php");
|
||||
e107::redirect(e_PLUGIN."forum/forum.php");
|
||||
exit;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user