]> git.datanom.net - qtadmin.git/blobdiff - index.php
New menu
[qtadmin.git] / index.php
index 5141a1a77fa243c396b39aa5f7a4bb8f47d46bc3..0566cce2fc4805b4a29380ab19100f94b7686db7 100644 (file)
--- a/index.php
+++ b/index.php
@@ -6,12 +6,12 @@
     $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');
This page took 0.038828 seconds and 5 git commands to generate.