We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 587021c commit 616c5a1Copy full SHA for 616c5a1
admin/auth.php
@@ -2,7 +2,7 @@
2
//require_once "pass.php";
3
4
$users = array(
5
- "admin" => "adminpass"
+ "admin" => ""
6
);
7
8
function credentials_valid($username, $password){
0 commit comments