X-Git-Url: http://git.datanom.net/qtadmin.git/blobdiff_plain/a81047876c6c2e8261c53403e692b8acf7226b99..7047d03c169f9486864756af72d88aed49bcc40d:/index.php?ds=sidebyside diff --git a/index.php b/index.php index f9a4eb4..0566cce 100644 --- a/index.php +++ b/index.php @@ -6,24 +6,14 @@ $util = new Utils; if ($util->isLoggedIn()) { - $util->setHeading('Quarantine Administration'); + $util->setHeading('WB List and Quarantine Administration'); echo $util->getHeader(); echo $util->getHeading(); - echo "

+ echo '

Quarantine Administration -

"; +

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