diff --git a/admin.php b/admin.php index 05b3a42..b8239c3 100644 --- a/admin.php +++ b/admin.php @@ -1,7 +1,7 @@ game before using the control panel."); } diff --git a/forum.php b/forum.php index 8523e99..4f09d6e 100644 --- a/forum.php +++ b/forum.php @@ -1,7 +1,7 @@ install.php from your Dragon Knight directory before continuing."); } -include('lib.php'); -include('cookies.php'); +include('kernel/lib.php'); +include('kernel/cookies.php'); $link = opendb(); $controlquery = doquery("SELECT * FROM {{table}} WHERE id='1' LIMIT 1", "control"); $controlrow = mysqli_fetch_array($controlquery); diff --git a/install.php b/install.php index 1ca787f..27ba966 100644 --- a/install.php +++ b/install.php @@ -1,7 +1,7 @@