unbroke adduser.php

git-svn-id: http://www.observium.org/svn/observer/trunk@1733 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Tom Laermans
2010-11-22 22:06:37 +00:00
parent cfdf43b7ef
commit 88aa15d001

View File

@@ -11,7 +11,7 @@ if (file_exists('html/includes/authentication/' . $config['auth_mechanism'] . '.
}
else
{
echo("ERROR: no valid auth_mechanism defined.\n)";
echo("ERROR: no valid auth_mechanism defined.\n");
exit();
}