Update uri.php

This commit is contained in:
Namhyeon Go 2018-03-15 11:54:08 +09:00 committed by GitHub
parent f6d0376850
commit 90b28d545b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,7 +67,7 @@ if(!function_exists("get_requested_value")) {
switch($scope) {
case "all":
$method = "_ALL"
$method = "_ALL";
break;
case "post":
$method = "_POST";