From 968f1f46a1f685b4b4036dbfca2c0a49528c185a Mon Sep 17 00:00:00 2001 From: /jedi/ Date: Thu, 27 Dec 2018 21:31:06 +0100 Subject: [PATCH] better security --- index.php | 2 +- templates/dashboard.php | 4 ++-- templates/page.php | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) 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(); -
+
diff --git a/templates/page.php b/templates/page.php index cb62a5f..cfaecbb 100644 --- a/templates/page.php +++ b/templates/page.php @@ -44,7 +44,7 @@ -
+