git-svn-id: http://www.observium.org/svn/observer/trunk@1899 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Tom Laermans
2011-03-17 11:12:32 +00:00
parent 6708b67694
commit 9f24ca4248
5 changed files with 57 additions and 51 deletions

View File

@@ -13,8 +13,8 @@ else
{
echo("ERROR: no valid auth_mechanism defined.\n");
exit();
}
}
if (auth_usermanagement())
{
if ($argv[1] && $argv[2] && $argv[3])
@@ -34,4 +34,4 @@ else
echo("Auth module does not allow adding users!\n");
}
?>
?>