Ignore:
Timestamp:
Apr 14, 2015, 10:20:16 PM (10 years ago)
Author:
chronos
Message:
  • Removed: Spaces on end of line.
  • Modified: Tabs converted to spaces.
Location:
trunk/Modules/NetworkConfig
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/NetworkConfig/Generate.php

    r621 r738  
    1919    $Output = array();
    2020    foreach($ExecuteParts as $Command)
    21       if($Command != '') 
     21      if($Command != '')
    2222      {
    23         exec($Command, $Output);       
     23        exec($Command, $Output);
    2424        //echo($Command."\n");
    2525        //sleep(5);
  • trunk/Modules/NetworkConfig/NetworkConfig.php

    r721 r738  
    1313    $this->Dependencies = array('Network');
    1414  }
    15  
     15
    1616  function DoInstall()
    1717  {
    1818  }
    19  
     19
    2020  function DoUnInstall()
    2121  {
     
    4848      ),
    4949    ));
    50    
     50
    5151  }
    5252}
Note: See TracChangeset for help on using the changeset viewer.