Changeset 874 for trunk/Modules/NetworkConfigAirOS/Generators/SSHClient.php
- Timestamp:
- Apr 6, 2020, 11:56:19 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/NetworkConfigAirOS/Generators/SSHClient.php
r873 r874 39 39 } else $Output = ''; 40 40 if ($this->Debug) print_r($Output); 41 return ($Output);41 return $Output; 42 42 } 43 43 }
Note:
See TracChangeset
for help on using the changeset viewer.