Update webpagetool.php
This commit is contained in:
parent
c327e6b0fa
commit
70d7478d1c
|
@ -884,7 +884,7 @@ if(!is_fn("get_webproxy_url")) {
|
|||
if(!is_fn("get_web_user_agent")) {
|
||||
function get_web_user_agent($ua="") {
|
||||
if(empty($ua)) {
|
||||
$ua = "ReasonableFramework/1.6-dev (https://github.com/gnh1201/reasonableframework)";
|
||||
$ua = "ReasonableFramework/1.6-dev (Server; PHP " . phpversion() . "; https://github.com/gnh1201/reasonableframework; abuse@catswords.net)";
|
||||
} else {
|
||||
$ua = make_safe_argument($ua);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user