Update webpagetool.php

This commit is contained in:
Namhyeon Go 2019-06-05 12:59:06 +09:00 committed by GitHub
parent 3d94dd8296
commit 1ac4c56a8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -596,7 +596,7 @@ if(!check_function_exists("get_webproxy_url")) {
if(!check_function_exists("get_web_user_agent")) {
function get_web_user_agent($ua="") {
if(empty($ua)) {
$ua = "ReasonableFramework/1.2-dev (https://github.com/gnh1201/reasonableframework)";
$ua = "ReasonableFramework/1.4 (https://github.com/gnh1201/reasonableframework)";
} else {
$ua = make_safe_argument($ua);
}