Changeset 738 for trunk/Modules/NetworkConfig/Generate.php
- Timestamp:
- Apr 14, 2015, 10:20:16 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/NetworkConfig/Generate.php
r621 r738 19 19 $Output = array(); 20 20 foreach($ExecuteParts as $Command) 21 if($Command != '') 21 if($Command != '') 22 22 { 23 exec($Command, $Output); 23 exec($Command, $Output); 24 24 //echo($Command."\n"); 25 25 //sleep(5);
Note:
See TracChangeset
for help on using the changeset viewer.