Skip to content

Commit

Permalink
Update index.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Phoenix Eve Aspacio authored May 16, 2018
1 parent 18e18e1 commit 7f6e9f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
$_response_body = '';
//$_user_agent = $_SERVER['HTTP_USER_AGENT'];
//$_user_agent = isset($_SERVER['HTTP_X_IORG_FBS']) ? 'SamsungI8910/SymbianOS/6.1 Series60/3.0' : $_SERVER['HTTP_USER_AGENT'];
$user_agent = 'Mozilla/5.0 (Linux; U; Android 1.6; en-us; PHProxy Build/'.$_version.')';
$user_agent = 'Mozilla/5.0 (Linux; U; Android 1.6; en-us; PHProxy Build/v1.0.2)';

# to bind to a specific ip set $_bindip to desired IP
# if you do not need to set a specific port use 0 as default
Expand Down

0 comments on commit 7f6e9f3

Please sign in to comment.