update relative links and other things
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
require_once './model/forum/Thread.php';
|
||||
require_once './model/forum/User.php';
|
||||
require_once ROOT_DIR.'./model/forum/Thread.php';
|
||||
require_once ROOT_DIR.'./model/forum/User.php';
|
||||
foreach (MVCController::$viewData['boards'] as $board){
|
||||
include './view/webcontent/modules/modules_boards/module_boardtable.php';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user