convert AuthUtils to a non-static class and instantiate it as an object, support...
[authserver.git] / authsystem.inc.php
index 53462c13a2523ae446b516d2b79622755f8c104a..a30e2abfbb23050137e307e64c698ee61b8fac7b 100644 (file)
@@ -16,6 +16,7 @@ require_once('../kairo/include/cbsm/util/document.php-class');
 require_once('../kairo/include/classes/email.php-class');
 // Class for sending emails
 require_once(__DIR__.'/authutils.php-class');
+$utils = new AuthUtils(array());
 
 bindtextdomain('kairo_auth', 'en'); // XXX: Should negotiate locale.
 bind_textdomain_codeset('kairo_auth', 'utf-8');