From 9c8afadab51a1bfb42fc7360a8ecd1cc92c6ce3e Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Fri, 15 Nov 2019 11:12:21 +0900 Subject: [PATCH] Update index.php --- index.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.php b/index.php index 9d0f32e..3869c71 100644 --- a/index.php +++ b/index.php @@ -111,13 +111,13 @@ write_visit_log(); // get requested route $route = read_route(); -// advanced security: set PHP firewall +// with advanced security: enable PHP firewall if(PHP_FIREWALL_ACTIVATION !== false) { loadHelper("php-firewall.lnk"); } -// advanced security: set DDOS protection -IF(PHP_DDOS_PROTECTION !== false) { +// with advanced security: enable DDOS protection +if(PHP_DDOS_PROTECTION !== false) { loadHelper("php-ddos.lnk"); }