X-Git-Url: http://git.datanom.net/qtadmin.git/blobdiff_plain/b95d1cdbc4fe25e3f0df3b94e990f6af7b330c63..4abec13db9fec4e8f5fab5b9184819198ef8ce54:/show_headers.php diff --git a/show_headers.php b/show_headers.php index e1bef17..6650683 100644 --- a/show_headers.php +++ b/show_headers.php @@ -1,11 +1,11 @@ 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');