Update webpagetool.php

This commit is contained in:
Namhyeon Go 2023-04-14 18:11:32 +09:00 committed by GitHub
parent d4e50a358b
commit e147898521
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -884,7 +884,7 @@ if(!is_fn("get_webproxy_url")) {
if(!is_fn("get_web_user_agent")) { if(!is_fn("get_web_user_agent")) {
function get_web_user_agent($ua="") { function get_web_user_agent($ua="") {
if(empty($ua)) { if(empty($ua)) {
$ua = "ReasonableFramework/1.6-dev (Server; PHP " . phpversion() . "; https://github.com/gnh1201/reasonableframework; abuse@catswords.net)"; $ua = "ReasonableFramework/1.6.7-preview1 (Server; PHP " . phpversion() . "; https://catswords.social/@catswords_oss; abuse@catswords.net)";
} else { } else {
$ua = make_safe_argument($ua); $ua = make_safe_argument($ua);
} }