]> git.datanom.net - qtadmin.git/blobdiff - index.php
New index page
[qtadmin.git] / index.php
index f9a4eb411cacd925d059803827ce6a46eecd9ca5..2eb894ecfac26b4f6fe62fae2feb7de678aa6d1a 100644 (file)
--- a/index.php
+++ b/index.php
@@ -9,21 +9,11 @@
         $util->setHeading('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.028955 seconds and 5 git commands to generate.