mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 03:40:37 +02:00
Additional checks
This commit is contained in:
@@ -13,6 +13,12 @@
|
||||
*/
|
||||
|
||||
require_once('../../class2.php');
|
||||
$e107 = e107::getInstance();
|
||||
if (!$e107->isInstalled('forum'))
|
||||
{
|
||||
header('Location: '.e_BASE.'index.php');
|
||||
exit;
|
||||
}
|
||||
|
||||
//TODO: Investigate the queries used here
|
||||
|
||||
|
Reference in New Issue
Block a user