Changeset 656 for trunk/Modules/NetworkConfigRouterOS/Routerboard.php
- Timestamp:
- May 16, 2014, 10:44:07 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/NetworkConfigRouterOS/Routerboard.php
r548 r656 55 55 if($this->Debug) echo($Command); 56 56 $Output = array(); 57 exec($Command, $Output);57 //exec($Command, $Output); 58 58 } else $Output = ''; 59 59 if($this->Debug) print_r($Output);
Note:
See TracChangeset
for help on using the changeset viewer.