Update uri.php

This commit is contained in:
Namhyeon Go 2019-03-07 11:12:28 +09:00 committed by GitHub
parent c60c160f0e
commit f56976c116
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -131,7 +131,7 @@ if(!check_function_exists("read_requests")) {
}
}
} else {
set_error("Can not use GET/POST request without security module");
set_error("Disabled XSS Protection", "Security");
show_errors();
}