From: Michael Rasmussen Date: Wed, 24 Jun 2015 18:29:29 +0000 (+0200) Subject: New index page X-Git-Url: http://git.datanom.net/qtadmin.git/commitdiff_plain/a81047876c6c2e8261c53403e692b8acf7226b99 New index page --- diff --git a/index.php b/index.php new file mode 100644 index 0000000..f9a4eb4 --- /dev/null +++ b/index.php @@ -0,0 +1,29 @@ +root . 'lib/utils.inc.php'; + + $util = new Utils; + + if ($util->isLoggedIn()) { + $util->setHeading('Quarantine Administration'); + echo $util->getHeader(); + echo $util->getHeading(); + echo "

+ Quarantine Administration +

"; + echo $util->getFooter(); + } else { + header('Location: auth.php'); + } +?> + + + + +Whitelist/Blacklist administration + + + + + \ No newline at end of file