From e56c0568b5a42b913ce565b7e6b69408feab951f Mon Sep 17 00:00:00 2001 From: Klaus-Uwe Mitterer Date: Sun, 7 Aug 2016 22:09:56 +0200 Subject: [PATCH] Disable access.php by default --- access.php | 5 +++++ config.dist.php | 2 ++ 2 files changed, 7 insertions(+) diff --git a/access.php b/access.php index c432625..c6ead94 100644 --- a/access.php +++ b/access.php @@ -1,6 +1,11 @@ connect_error) { diff --git a/config.dist.php b/config.dist.php index 6096114..be67eeb 100644 --- a/config.dist.php +++ b/config.dist.php @@ -4,3 +4,5 @@ $servername = "localhost"; $username = "username"; $password = "password"; $dbname = "database"; + +$access = False;