Update webpagetool.php
This commit is contained in:
parent
f065362abb
commit
2125379aee
|
@ -225,7 +225,7 @@ if(!function_exists("get_web_curl")) {
|
|||
);
|
||||
|
||||
if(empty($options[CURLOPT_USERAGENT])) {
|
||||
$ua = "Reasonable Framework is PHP framework for make solid and secure web development";
|
||||
$ua = "github://gnh1201/reasonableframework";
|
||||
$options[CURLOPT_USERAGENT] = $ua;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user