Ignore:
Timestamp:
Mar 24, 2009, 7:28:33 PM (16 years ago)
Author:
george
Message:
  • Opraveno: Konfigurační skripty síťových zařízení opraveny pro nové tabulky Member a Subject.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • www/system/generators/netwatch.php

    r168 r171  
    2424  $Commands = implode(';', $Commands);
    2525  $Command = '/usr/bin/ssh -l '.$UserName.' -i id_dsa '.$Router['DHCP'].' "'.$Commands.'"';
    26   echo($Command."\n");
     26  //echo($Command."\n");
    2727  $Output = '';
    2828  exec($Command, $Output);
Note: See TracChangeset for help on using the changeset viewer.