X-Git-Url: http://git.datanom.net/qtadmin.git/blobdiff_plain/a81047876c6c2e8261c53403e692b8acf7226b99..ae9516bf2903b82920fb96e424cd796a878535ea:/index.php 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 '
"; + '; echo $util->getFooter(); } else { header('Location: auth.php'); } -?> - - - - -