diff --git a/helper/webpagetool.php b/helper/webpagetool.php index aca866f..6479bb2 100644 --- a/helper/webpagetool.php +++ b/helper/webpagetool.php @@ -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; }