better security

This commit is contained in:
/jedi/ 2018-12-27 21:31:06 +01:00
parent 0e235682d1
commit 968f1f46a1
3 changed files with 5 additions and 5 deletions

View file

@ -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;
}