From dd499f3b42e760ed26b0be180274422ea3941158 Mon Sep 17 00:00:00 2001 From: Malf Furious Date: Sun, 23 Sep 2018 22:26:57 -0400 Subject: admin: Add empty admin panel --- app/view/administration.php | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 app/view/administration.php (limited to 'app/view/administration.php') diff --git a/app/view/administration.php b/app/view/administration.php new file mode 100644 index 0000000..0d2089e --- /dev/null +++ b/app/view/administration.php @@ -0,0 +1,38 @@ + + + + + + + + + + + + + +
+
+ Welcome to the admin panel. There is no content yet. +
+
+ + + + -- cgit v1.2.3 From a9c7821e812d30edd670ee786795fc076c725230 Mon Sep 17 00:00:00 2001 From: Malf Furious Date: Sat, 27 Oct 2018 17:03:36 -0400 Subject: Center text on incomplete pages Signed-off-by: Malf Furious --- app/view/administration.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/view/administration.php') diff --git a/app/view/administration.php b/app/view/administration.php index 0d2089e..e5af14a 100644 --- a/app/view/administration.php +++ b/app/view/administration.php @@ -28,7 +28,7 @@ require_once "view/stdpage.php";
-
+
Welcome to the admin panel. There is no content yet.
-- cgit v1.2.3