From f0a169f306143cf93fa7eb240c52a250339f6445 Mon Sep 17 00:00:00 2001 From: Kazhnuz Date: Tue, 25 Feb 2025 13:29:07 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=9A=20Move=20lib=20and=20cookies=20to?= =?UTF-8?q?=20a=20kernel=20folder?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin.php | 4 ++-- forum.php | 4 ++-- help.php | 2 +- help_items.php | 2 +- help_levels.php | 2 +- help_monsters.php | 2 +- help_spells.php | 2 +- index.php | 4 ++-- install.php | 2 +- cookies.php => kernel/cookies.php | 0 lib.php => kernel/lib.php | 0 login.php | 2 +- upgrade_to_110.php | 2 +- upgrade_to_112.php | 2 +- users.php | 2 +- 15 files changed, 16 insertions(+), 16 deletions(-) rename cookies.php => kernel/cookies.php (100%) rename lib.php => kernel/lib.php (100%) 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 @@