From 4c1a086d4b1dd7bbd35f75cae8b3288644137cc4 Mon Sep 17 00:00:00 2001 From: Thies Mueller Date: Sun, 10 Jan 2021 14:35:26 +0100 Subject: [PATCH] introduced admin page --- adminarea.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 adminarea.php diff --git a/adminarea.php b/adminarea.php new file mode 100644 index 0000000..2113471 --- /dev/null +++ b/adminarea.php @@ -0,0 +1,15 @@ + + + +Admin Area + + + + +'); +} +echo "heres the admin world"; +?> \ No newline at end of file