Skip to content

Commit

Permalink
Update webpagetool.php
Browse files Browse the repository at this point in the history
  • Loading branch information
gnh1201 authored Jun 5, 2019
1 parent 3d94dd8 commit 1ac4c56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helper/webpagetool.php
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ function get_webproxy_url($url, $route="webproxy") {
if(!check_function_exists("get_web_user_agent")) {
function get_web_user_agent($ua="") {
if(empty($ua)) {
$ua = "ReasonableFramework/1.2-dev (https://github.com/gnh1201/reasonableframework)";
$ua = "ReasonableFramework/1.4 (https://github.com/gnh1201/reasonableframework)";
} else {
$ua = make_safe_argument($ua);
}
Expand Down

0 comments on commit 1ac4c56

Please sign in to comment.