File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ class TestController extends Controller
112112```
113113Route::get('test', 'TestController@lookup');
114114```
115- 7 . Enter the URL <your domain >/public/test and run. You should see the information of ** 1.2.3.4*** IP address.
115+ 7 . Enter the URL <your domain >/public/test and run. You should see the information of ** 1.2.3.4** IP address.
116116
117117## DEPENDENCIES (IP2PROXY BIN DATA FILE)
118118
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ private function load($mode)
88 {
99 if ($ mode == 'bin ' )
1010 {
11- $ this ->$ db = new \IP2Proxy \Database ($ this ->getDatabasePath (), \IP2PROXY \Database::FILE_IO );
11+ $ this ->db = new \IP2Proxy \Database ($ this ->getDatabasePath (), \IP2PROXY \Database::FILE_IO );
1212 } else if ($ mode == 'ws ' )
1313 {
1414 $ apikey = \Config::get ('site_vars.IP2ProxyAPIKey ' );
You can’t perform that action at this time.
0 commit comments