]> git.datanom.net - qtadmin.git/blobdiff - index.php
New menu
[qtadmin.git] / index.php
index f9a4eb411cacd925d059803827ce6a46eecd9ca5..0566cce2fc4805b4a29380ab19100f94b7686db7 100644 (file)
--- 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 "<p>
+        echo '<p>
                <a href="qtadmin.php" title="Quarantine Administration">Quarantine Administration</a>
-               </p>";
+               </p>';
         echo $util->getFooter();
     } else {
         header('Location: auth.php');
     }
-?>
-<!DOCTYPE html>
-<html>
-<head>
-<meta charset="utf-8" />
-<title>Whitelist/Blacklist administration</title>
-</head>
-<body>
-
-</body>
-</html>
\ No newline at end of file
+?>
\ No newline at end of file
This page took 0.028877 seconds and 5 git commands to generate.