From f56976c11667b6d503b97a60602f8b3d3e6af66c Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Thu, 7 Mar 2019 11:12:28 +0900 Subject: [PATCH] Update uri.php --- system/uri.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/uri.php b/system/uri.php index 502c254..bfbfbd8 100644 --- a/system/uri.php +++ b/system/uri.php @@ -131,7 +131,7 @@ if(!check_function_exists("read_requests")) { } } } else { - set_error("Can not use GET/POST request without security module"); + set_error("Disabled XSS Protection", "Security"); show_errors(); }