Changeset 888 for trunk/Modules/NetworkConfigRouterOS/Routerboard2.php
- Timestamp:
- Nov 24, 2020, 10:58:56 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/NetworkConfigRouterOS/Routerboard2.php
r887 r888 5 5 class Routerboard extends SSH 6 6 { 7 var$Methods = array(7 public array $Methods = array( 8 8 'kex' => 'diffie-hellman-group1-sha1', 9 9 'client_to_server' => array('crypt' => '3des-cbc', 'comp' => 'none'), … … 11 11 ); 12 12 13 function Execute( $Commands): array13 function Execute(array $Commands): array 14 14 { 15 15 if (is_array($Commands)) $Commands = implode(';', $Commands);
Note:
See TracChangeset
for help on using the changeset viewer.