Update webpagetool.php

This commit is contained in:
Namhyeon Go 2019-02-20 20:52:24 +09:00 committed by GitHub
parent e25ea2331a
commit 196664d529
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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