Update uri.php

This commit is contained in:
Namhyeon Go 2019-01-01 11:34:56 +09:00 committed by GitHub
parent 8911226a57
commit af219011bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,9 +50,9 @@ if(!function_exists("read_requests")) {
"_GET" => $_GET, "_GET" => $_GET,
"_URI" => get_value_in_array("REQUEST_URI", $_SERVER, false), "_URI" => get_value_in_array("REQUEST_URI", $_SERVER, false),
"_FILES" => get_array($_FILES), "_FILES" => get_array($_FILES),
"_RAW" => file_get_contents('php://input'), "_RAW" => file_get_contents('php://input'),
"_JSON" => false, "_JSON" => false,
"_SEAL" => false "_SEAL" => false
); );
// check if json request // check if json request