Skip to content

Commit 1ac4c56

Browse files
authored
Update webpagetool.php
1 parent 3d94dd8 commit 1ac4c56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helper/webpagetool.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@ function get_webproxy_url($url, $route="webproxy") {
596596
if(!check_function_exists("get_web_user_agent")) {
597597
function get_web_user_agent($ua="") {
598598
if(empty($ua)) {
599-
$ua = "ReasonableFramework/1.2-dev (https://github.com/gnh1201/reasonableframework)";
599+
$ua = "ReasonableFramework/1.4 (https://github.com/gnh1201/reasonableframework)";
600600
} else {
601601
$ua = make_safe_argument($ua);
602602
}

0 commit comments

Comments
 (0)