From cc45cfa35b3b5ca69f6834927c96b990d6ad9c32 Mon Sep 17 00:00:00 2001 From: Go Namhyeon Date: Mon, 31 Dec 2018 11:00:41 +0900 Subject: [PATCH] fix mis-typed --- system/uri.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/uri.php b/system/uri.php index 0498ba5..63452f5 100644 --- a/system/uri.php +++ b/system/uri.php @@ -88,7 +88,7 @@ if(!function_exists("read_requests")) { "get" => "_GET", "uri" => "_URI", "files" => "_FILES", - "raw" => "_RAW", + "raw" => "_RAW", "json" => "_JSON", "seal" => "_SEAL" );