Ignore:
Timestamp:
Jan 21, 2009, 10:16:47 AM (16 years ago)
Author:
george
Message:
  • Odstraněno: Stará statistika.
Location:
system
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • system

    • Property svn:ignore
      •  

        old new  
        11nohup.out
         2statistic
  • system/generators/traffic_shaping_routerboard.php

    r124 r141  
    113113  echo("\n");
    114114}
    115 print_r($Commands);
     115//print_r($Commands);
    116116$Commands = addslashes(implode(';', $Commands));
    117117$Command = '/usr/bin/ssh -l admin-ssh -i /root/.ssh/id_dsa '.$Router.' "'.$Commands.'"';
    118 //echo($Command."\n");
     118echo($Command."\n");
    119119exec($Command, $Output);
    120120//array_pop($Output);
Note: See TracChangeset for help on using the changeset viewer.