From 378f4e29f39a55a30a9b59d9d657d1ffa251597a Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Thu, 6 Jun 2019 22:34:25 +0900 Subject: [PATCH] Update uri.php --- system/uri.php | 1 + 1 file changed, 1 insertion(+) diff --git a/system/uri.php b/system/uri.php index d0d5ba5..7a26452 100644 --- a/system/uri.php +++ b/system/uri.php @@ -138,6 +138,7 @@ if(!check_function_exists("read_requests")) { "raw" => "_RAW", "json" => "_JSON", "seal" => "_SEAL", + "cspt" => "_CSPT", ); foreach($aliases as $k=>$v) { $requests[$k] = $requests[$v];