Coding style

This commit is contained in:
Falk Stern
2015-11-10 10:39:42 +01:00
parent 2326061e68
commit 16df0fdd2e

View File

@@ -45,7 +45,7 @@ function authenticate($username, $password) {
else {
// group membership is not required and user is valid
return 1;
};
}
}
else {
return 0;