<?php
-/* vim: set ts=4 tw=0 sw=4 noet: */
+/* vim: set ts=4 tw=4 sw=4 noet: */
require_once 'config.php';
require_once $CFG->root . 'lib/utils.inc.php';
</html>
LE;
- $util = Utils::getInstance();
+ $util = new Utils;
if (isset($_GET['op']))
$action = $_GET['op'];
else