Update webpagetool.php

This commit is contained in:
Namhyeon Go 2018-11-26 19:39:07 +09:00 committed by GitHub
parent f065362abb
commit 2125379aee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}