From 94f3040e2587b8b1ca5a6c27b7d9678905ec66fe Mon Sep 17 00:00:00 2001 From: Joel James Date: Mon, 19 Nov 2018 17:57:52 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Set=20default=20value=20for=20un?= =?UTF-8?q?defined=20var?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/class-nginx-helper-admin.php | 1 + 1 file changed, 1 insertion(+) diff --git a/admin/class-nginx-helper-admin.php b/admin/class-nginx-helper-admin.php index 4735ab1e..32f5725d 100644 --- a/admin/class-nginx-helper-admin.php +++ b/admin/class-nginx-helper-admin.php @@ -262,6 +262,7 @@ public function nginx_helper_default_settings() { 'redis_port' => '6379', 'redis_prefix' => 'nginx-cache:', 'purge_url' => '', + 'redis_enabled_by_constant' => 0, ); }