Ignore:
Timestamp:
Apr 14, 2015, 10:20:16 PM (9 years ago)
Author:
chronos
Message:
  • Removed: Spaces on end of line.
  • Modified: Tabs converted to spaces.
File:
1 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);
Note: See TracChangeset for help on using the changeset viewer.