Update webpagetool.php

This commit is contained in:
Namhyeon Go 2019-05-13 19:16:16 +09:00 committed by GitHub
parent 2493cfee10
commit 77e47d5268
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -586,7 +586,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.3 (https://github.com/gnh1201/reasonableframework)";
} else {
$ua = make_safe_argument($ua);
}