From 8ef32e5c4ea378c3cb21696e74d5704f781492f2 Mon Sep 17 00:00:00 2001 From: Matthew Sigley Date: Wed, 4 Apr 2018 11:17:39 -0400 Subject: [PATCH] Disabled HTTP Authentication by default --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index a52f21f..5e0acd1 100644 --- a/index.php +++ b/index.php @@ -12,7 +12,7 @@ namespace OpcacheGui; * @link https://github.com/amnuts/opcache-gui * @license MIT, http://acollington.mit-license.org/ */ -define('USE_AUTHENTICATION', 1); +define('USE_AUTHENTICATION', 0); define('USERNAME', 'opcache'); define('PASSWORD', 'opcache');