Changeset 141 for system/generators/traffic_shaping_routerboard.php
- Timestamp:
- Jan 21, 2009, 10:16:47 AM (16 years ago)
- Location:
- system
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
system
- Property svn:ignore
-
old new 1 1 nohup.out 2 statistic
-
- Property svn:ignore
-
system/generators/traffic_shaping_routerboard.php
r124 r141 113 113 echo("\n"); 114 114 } 115 print_r($Commands);115 //print_r($Commands); 116 116 $Commands = addslashes(implode(';', $Commands)); 117 117 $Command = '/usr/bin/ssh -l admin-ssh -i /root/.ssh/id_dsa '.$Router.' "'.$Commands.'"'; 118 //echo($Command."\n");118 echo($Command."\n"); 119 119 exec($Command, $Output); 120 120 //array_pop($Output);
Note:
See TracChangeset
for help on using the changeset viewer.