X-Git-Url: http://git.datanom.net/qtadmin.git/blobdiff_plain/d3c4a10fe714842c534e69c69fb42b38974b14b7..3056d1173b4c0225eea764cd1bdfae965b198c14:/show_headers.php diff --git a/show_headers.php b/show_headers.php index e1bef17..7cee6dc 100644 --- a/show_headers.php +++ b/show_headers.php @@ -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'])) { $util->setHeading('Full Headers Report');