HTTP digest authentication

This commit is contained in:
paolo
2016-04-13 16:59:51 +02:00
parent d689953b83
commit 64de1ed4f4
3 changed files with 8 additions and 6 deletions
+2 -1
View File
@@ -65,7 +65,8 @@ class authentication extends auth
|| $username=='gl2'
|| $username=='lektor1'
|| $username=='lektor2'
|| $username=='lektor3'))
|| $username=='lektor3'
|| $username == 'aufname'))
return true;
else
return false;