mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 03:40:37 +02:00
Code cleanup / globals removal etc.
This commit is contained in:
@@ -18,7 +18,7 @@ if (!$e107->isInstalled('forum'))
|
||||
|
||||
if(!USER)
|
||||
{
|
||||
header("location:".e_BASE.$PLUGINS_DIRECTORY."forum/forum.php");
|
||||
header("location:".e_PLUGIN."forum/forum.php");
|
||||
exit;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user