Skip to content

Commit 616c5a1

Browse files
committed
Update admin/auth.php
1 parent 587021c commit 616c5a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

admin/auth.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//require_once "pass.php";
33

44
$users = array(
5-
"admin" => "adminpass"
5+
"admin" => ""
66
);
77

88
function credentials_valid($username, $password){

0 commit comments

Comments
 (0)