better security
This commit is contained in:
parent
0e235682d1
commit
968f1f46a1
3 changed files with 5 additions and 5 deletions
|
@ -15,7 +15,7 @@ function auth(){
|
|||
return false;
|
||||
if($_SERVER['PHP_AUTH_USER']!="c3cloc")
|
||||
return false;
|
||||
if($_SERVER['PHP_AUTH_PW']!="c3cloc")
|
||||
if($_SERVER['PHP_AUTH_PW']!="findetalles")
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue