Update uri.php

This commit is contained in:
Namhyeon Go 2019-06-06 22:34:25 +09:00 committed by GitHub
parent fa2a1743d6
commit 378f4e29f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -138,6 +138,7 @@ if(!check_function_exists("read_requests")) {
"raw" => "_RAW", "raw" => "_RAW",
"json" => "_JSON", "json" => "_JSON",
"seal" => "_SEAL", "seal" => "_SEAL",
"cspt" => "_CSPT",
); );
foreach($aliases as $k=>$v) { foreach($aliases as $k=>$v) {
$requests[$k] = $requests[$v]; $requests[$k] = $requests[$v];