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