Update webpagetool.php

This commit is contained in:
Namhyeon Go 2018-02-26 15:08:11 +09:00 committed by GitHub
parent 8797c4d618
commit fd74b66231
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ if(!function("get_web_page")) {
if(!empty($ua)) {
$options[CURLOPT_USERAGENT] = $ua;
} else {
$options[CURLOPT_USERAGENT] = "2018 ReasonableFramework, github.com/gnh1201/reasonableframework";
$options[CURLOPT_USERAGENT] = "2018 ReasonableFramework;https://github.com/gnh1201/reasonableframework";
}
if(!empty($proxy)) {