From ccdcdd01d832152658d0686e8a41256c45e60a53 Mon Sep 17 00:00:00 2001 From: slawkens Date: Sun, 4 Jul 2021 06:50:34 +0200 Subject: [PATCH] Move admin files --- {system => admin}/pages/admin/accounts.php | 0 {system => admin}/pages/admin/changelog.php | 0 {system => admin}/pages/admin/dashboard.php | 0 {system => admin}/pages/admin/index.html | 0 {system => admin}/pages/admin/items.php | 0 {system => admin}/pages/admin/login.php | 0 {system => admin}/pages/admin/logs.php | 0 {system => admin}/pages/admin/mailer.php | 0 {system => admin}/pages/admin/menus.php | 0 {system => admin}/pages/admin/modules/coins.php | 0 {system => admin}/pages/admin/modules/index.html | 0 {system => admin}/pages/admin/modules/lastlogin.php | 0 {system => admin}/pages/admin/modules/points.php | 0 {system => admin}/pages/admin/modules/templates/coins.html.twig | 0 {system => admin}/pages/admin/modules/templates/index.html | 0 .../pages/admin/modules/templates/lastlogin.html.twig | 0 {system => admin}/pages/admin/modules/templates/points.html.twig | 0 {system => admin}/pages/admin/news.php | 0 {system => admin}/pages/admin/notepad.php | 0 {system => admin}/pages/admin/pages.php | 0 {system => admin}/pages/admin/phpinfo.php | 0 {system => admin}/pages/admin/players.php | 0 {system => admin}/pages/admin/plugins.php | 0 {system => admin}/pages/admin/reports.php | 0 {system => admin}/pages/admin/statistics.php | 0 {system => admin}/pages/admin/tools.php | 0 {system => admin}/pages/admin/version.php | 0 {system => admin}/pages/admin/visitors.php | 0 28 files changed, 0 insertions(+), 0 deletions(-) rename {system => admin}/pages/admin/accounts.php (100%) rename {system => admin}/pages/admin/changelog.php (100%) rename {system => admin}/pages/admin/dashboard.php (100%) rename {system => admin}/pages/admin/index.html (100%) rename {system => admin}/pages/admin/items.php (100%) rename {system => admin}/pages/admin/login.php (100%) rename {system => admin}/pages/admin/logs.php (100%) rename {system => admin}/pages/admin/mailer.php (100%) rename {system => admin}/pages/admin/menus.php (100%) rename {system => admin}/pages/admin/modules/coins.php (100%) rename {system => admin}/pages/admin/modules/index.html (100%) rename {system => admin}/pages/admin/modules/lastlogin.php (100%) rename {system => admin}/pages/admin/modules/points.php (100%) rename {system => admin}/pages/admin/modules/templates/coins.html.twig (100%) rename {system => admin}/pages/admin/modules/templates/index.html (100%) rename {system => admin}/pages/admin/modules/templates/lastlogin.html.twig (100%) rename {system => admin}/pages/admin/modules/templates/points.html.twig (100%) rename {system => admin}/pages/admin/news.php (100%) rename {system => admin}/pages/admin/notepad.php (100%) rename {system => admin}/pages/admin/pages.php (100%) rename {system => admin}/pages/admin/phpinfo.php (100%) rename {system => admin}/pages/admin/players.php (100%) rename {system => admin}/pages/admin/plugins.php (100%) rename {system => admin}/pages/admin/reports.php (100%) rename {system => admin}/pages/admin/statistics.php (100%) rename {system => admin}/pages/admin/tools.php (100%) rename {system => admin}/pages/admin/version.php (100%) rename {system => admin}/pages/admin/visitors.php (100%) diff --git a/system/pages/admin/accounts.php b/admin/pages/admin/accounts.php similarity index 100% rename from system/pages/admin/accounts.php rename to admin/pages/admin/accounts.php diff --git a/system/pages/admin/changelog.php b/admin/pages/admin/changelog.php similarity index 100% rename from system/pages/admin/changelog.php rename to admin/pages/admin/changelog.php diff --git a/system/pages/admin/dashboard.php b/admin/pages/admin/dashboard.php similarity index 100% rename from system/pages/admin/dashboard.php rename to admin/pages/admin/dashboard.php diff --git a/system/pages/admin/index.html b/admin/pages/admin/index.html similarity index 100% rename from system/pages/admin/index.html rename to admin/pages/admin/index.html diff --git a/system/pages/admin/items.php b/admin/pages/admin/items.php similarity index 100% rename from system/pages/admin/items.php rename to admin/pages/admin/items.php diff --git a/system/pages/admin/login.php b/admin/pages/admin/login.php similarity index 100% rename from system/pages/admin/login.php rename to admin/pages/admin/login.php diff --git a/system/pages/admin/logs.php b/admin/pages/admin/logs.php similarity index 100% rename from system/pages/admin/logs.php rename to admin/pages/admin/logs.php diff --git a/system/pages/admin/mailer.php b/admin/pages/admin/mailer.php similarity index 100% rename from system/pages/admin/mailer.php rename to admin/pages/admin/mailer.php diff --git a/system/pages/admin/menus.php b/admin/pages/admin/menus.php similarity index 100% rename from system/pages/admin/menus.php rename to admin/pages/admin/menus.php diff --git a/system/pages/admin/modules/coins.php b/admin/pages/admin/modules/coins.php similarity index 100% rename from system/pages/admin/modules/coins.php rename to admin/pages/admin/modules/coins.php diff --git a/system/pages/admin/modules/index.html b/admin/pages/admin/modules/index.html similarity index 100% rename from system/pages/admin/modules/index.html rename to admin/pages/admin/modules/index.html diff --git a/system/pages/admin/modules/lastlogin.php b/admin/pages/admin/modules/lastlogin.php similarity index 100% rename from system/pages/admin/modules/lastlogin.php rename to admin/pages/admin/modules/lastlogin.php diff --git a/system/pages/admin/modules/points.php b/admin/pages/admin/modules/points.php similarity index 100% rename from system/pages/admin/modules/points.php rename to admin/pages/admin/modules/points.php diff --git a/system/pages/admin/modules/templates/coins.html.twig b/admin/pages/admin/modules/templates/coins.html.twig similarity index 100% rename from system/pages/admin/modules/templates/coins.html.twig rename to admin/pages/admin/modules/templates/coins.html.twig diff --git a/system/pages/admin/modules/templates/index.html b/admin/pages/admin/modules/templates/index.html similarity index 100% rename from system/pages/admin/modules/templates/index.html rename to admin/pages/admin/modules/templates/index.html diff --git a/system/pages/admin/modules/templates/lastlogin.html.twig b/admin/pages/admin/modules/templates/lastlogin.html.twig similarity index 100% rename from system/pages/admin/modules/templates/lastlogin.html.twig rename to admin/pages/admin/modules/templates/lastlogin.html.twig diff --git a/system/pages/admin/modules/templates/points.html.twig b/admin/pages/admin/modules/templates/points.html.twig similarity index 100% rename from system/pages/admin/modules/templates/points.html.twig rename to admin/pages/admin/modules/templates/points.html.twig diff --git a/system/pages/admin/news.php b/admin/pages/admin/news.php similarity index 100% rename from system/pages/admin/news.php rename to admin/pages/admin/news.php diff --git a/system/pages/admin/notepad.php b/admin/pages/admin/notepad.php similarity index 100% rename from system/pages/admin/notepad.php rename to admin/pages/admin/notepad.php diff --git a/system/pages/admin/pages.php b/admin/pages/admin/pages.php similarity index 100% rename from system/pages/admin/pages.php rename to admin/pages/admin/pages.php diff --git a/system/pages/admin/phpinfo.php b/admin/pages/admin/phpinfo.php similarity index 100% rename from system/pages/admin/phpinfo.php rename to admin/pages/admin/phpinfo.php diff --git a/system/pages/admin/players.php b/admin/pages/admin/players.php similarity index 100% rename from system/pages/admin/players.php rename to admin/pages/admin/players.php diff --git a/system/pages/admin/plugins.php b/admin/pages/admin/plugins.php similarity index 100% rename from system/pages/admin/plugins.php rename to admin/pages/admin/plugins.php diff --git a/system/pages/admin/reports.php b/admin/pages/admin/reports.php similarity index 100% rename from system/pages/admin/reports.php rename to admin/pages/admin/reports.php diff --git a/system/pages/admin/statistics.php b/admin/pages/admin/statistics.php similarity index 100% rename from system/pages/admin/statistics.php rename to admin/pages/admin/statistics.php diff --git a/system/pages/admin/tools.php b/admin/pages/admin/tools.php similarity index 100% rename from system/pages/admin/tools.php rename to admin/pages/admin/tools.php diff --git a/system/pages/admin/version.php b/admin/pages/admin/version.php similarity index 100% rename from system/pages/admin/version.php rename to admin/pages/admin/version.php diff --git a/system/pages/admin/visitors.php b/admin/pages/admin/visitors.php similarity index 100% rename from system/pages/admin/visitors.php rename to admin/pages/admin/visitors.php