From 89d82e511716be706e93f4fedc4a8cd970f236d1 Mon Sep 17 00:00:00 2001 From: slawkens Date: Thu, 14 May 2020 23:59:37 +0200 Subject: [PATCH] New admin panel Pages: Options + Config [WIP] --- admin/template/template.php | 91 ++++++---- common.php | 2 +- install/includes/schema.sql | 45 +++++ system/libs/plugins.php | 59 +++++-- system/migrations/31.php | 46 +++++ system/pages/admin/config.php | 309 +++++++++++++++++++++++++++++++++ system/pages/admin/options.php | 140 +++++++++++++++ 7 files changed, 637 insertions(+), 55 deletions(-) create mode 100644 system/migrations/31.php create mode 100644 system/pages/admin/config.php create mode 100644 system/pages/admin/options.php diff --git a/admin/template/template.php b/admin/template/template.php index 96b35897..5d91da61 100644 --- a/admin/template/template.php +++ b/admin/template/template.php @@ -46,40 +46,59 @@