updated references

This commit is contained in:
2019-09-23 12:37:09 +02:00
parent f20288ef71
commit b5f56b7c53
23 changed files with 67 additions and 67 deletions

View File

@@ -1,5 +1,5 @@
<?php
require_once ROOT_DIR.'./model/forum/Thread.php';
require_once ROOT_DIR.'/model/forum/Thread.php';
class DBThread extends Database {
static function getThreadByID($id){
$con = self::connectToDB();