From fa1b96cd8cf5ae15b700cf152aecb64266b51d06 Mon Sep 17 00:00:00 2001 From: cbo Date: Mon, 18 Mar 2024 08:44:23 +0000 Subject: [PATCH] Update 1.4 --- html/account/index.php | 5 +++-- html/admin/index.php | 5 +++-- html/editor/index.php | 7 ++++--- html/login/index.php | 5 +++-- html/login/register.php | 5 +++-- html/settings/deleteaccount.php | 7 ++++--- html/settings/index.php | 7 ++++--- html/upload/index.php | 5 +++-- 8 files changed, 27 insertions(+), 19 deletions(-) diff --git a/html/account/index.php b/html/account/index.php index efa43a65..5aeb475b 100755 --- a/html/account/index.php +++ b/html/account/index.php @@ -1,13 +1,14 @@ /login'); } -require("../../include/variables.php"); -require("../../include/init.php"); require("../../include/main-functions.php"); require("../../include/objects.php"); require("../../include/inputs.php"); diff --git a/html/admin/index.php b/html/admin/index.php index 6a648bbb..e78065ca 100755 --- a/html/admin/index.php +++ b/html/admin/index.php @@ -1,12 +1,13 @@ /login'); } -require("../../include/variables.php"); -require("../../include/init.php"); require("../../include/main-functions.php"); require("../../include/inputs.php"); require("../../include/panels.php"); diff --git a/html/login/index.php b/html/login/index.php index 44c7f2e8..398af092 100755 --- a/html/login/index.php +++ b/html/login/index.php @@ -1,12 +1,13 @@ /login'); } -require("../../include/variables.php"); -require("../../include/init.php"); require("../../include/main-functions.php"); require("../../include/panels.php"); diff --git a/html/settings/index.php b/html/settings/index.php index d03e0934..8334ea07 100755 --- a/html/settings/index.php +++ b/html/settings/index.php @@ -1,13 +1,14 @@ /login'); } -require("../../include/variables.php"); -require("../../include/init.php"); require("../../include/main-functions.php"); require("../../include/inputs.php"); require("../../include/panels.php"); diff --git a/html/upload/index.php b/html/upload/index.php index 0be9c759..0d2023f3 100755 --- a/html/upload/index.php +++ b/html/upload/index.php @@ -1,13 +1,14 @@ /login'); } -require("../../include/variables.php"); -require("../../include/init.php"); require("../../include/main-functions.php"); require("../../include/inputs.php"); require("../../include/panels.php");