diff --git a/index.php b/index.php index cf56d39..272364d 100644 --- a/index.php +++ b/index.php @@ -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; } diff --git a/templates/dashboard.php b/templates/dashboard.php index 5063523..7ec696a 100644 --- a/templates/dashboard.php +++ b/templates/dashboard.php @@ -89,7 +89,7 @@ $stats = get_stats(); -