Changeset 682 for trunk/Modules/NetworkConfigRouterOS/RouterboardAPI.php
- Timestamp:
- Aug 5, 2014, 10:49:06 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/NetworkConfigRouterOS/RouterboardAPI.php
r677 r682 50 50 $IP = 'ssl://'.$IP; 51 51 } 52 53 52 $this->Socket = @fsockopen($IP, $this->Port, $this->ErrorNo, $this->ErrorStr, $this->Timeout); 54 53 if($this->Socket) … … 146 145 function Read($Parse = true) 147 146 { 147 $Line = ''; 148 148 $Response = array(); 149 149 while (true) {
Note:
See TracChangeset
for help on using the changeset viewer.