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");