]> git.datanom.net - qtadmin.git/blobdiff - message_view.php
Enhance security
[qtadmin.git] / message_view.php
index 751b65b009cf55ac153fe9dce5917319eb53569a..fabf6988a99b2dd3c9e85d66babb2a4dba7a5af8 100644 (file)
@@ -5,7 +5,7 @@
     require_once $CFG->root . 'lib/db_factory.php';
     require_once $CFG->root . 'lib/utils.inc.php';
 
-    $util = Utils::getInstance();
+    $util = new Utils;
     $loggedIn = $util->isLoggedIn();
     if ($loggedIn && isset($_GET['id'])) {
         $id = $_GET['id'];
@@ -35,7 +35,7 @@
               onclick="javascript: history.back();"/></td>';
         echo '</tr></table>';
 
-        echo '<table><tr>';
+        echo '<table>';
         $from = $headers['from'];
         $from = str_replace("<", "&lt;", $from);
         $from = str_replace(">", "&gt;", $from);
This page took 0.028473 seconds and 5 git commands to generate.