Update webpagetool.php

This commit is contained in:
Namhyeon Go 2018-07-24 20:18:50 +09:00 committed by GitHub
parent a930ad1d19
commit 5c95bf953c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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