From 2143f240ab0f5ffde364e710bca95eacde35ec7b Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Tue, 24 Jul 2018 20:47:44 +0900 Subject: [PATCH] Update webpagetool.php --- helper/webpagetool.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helper/webpagetool.php b/helper/webpagetool.php index 6479bb2..c4458c3 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: github://gnh1201/reasonableframework"; + $ua = "Reasonable Framework is PHP framework for make solid and secure web development"; $options[CURLOPT_USERAGENT] = $ua; }