Changeset 171 for www/system/generators/netwatch.php
- Timestamp:
- Mar 24, 2009, 7:28:33 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
www/system/generators/netwatch.php
r168 r171 24 24 $Commands = implode(';', $Commands); 25 25 $Command = '/usr/bin/ssh -l '.$UserName.' -i id_dsa '.$Router['DHCP'].' "'.$Commands.'"'; 26 echo($Command."\n");26 //echo($Command."\n"); 27 27 $Output = ''; 28 28 exec($Command, $Output);
Note:
See TracChangeset
for help on using the changeset viewer.