Changeset 738 for trunk/Modules/NetworkConfig
- Timestamp:
- Apr 14, 2015, 10:20:16 PM (10 years ago)
- Location:
- trunk/Modules/NetworkConfig
- Files:
-
- 2 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); -
trunk/Modules/NetworkConfig/NetworkConfig.php
r721 r738 13 13 $this->Dependencies = array('Network'); 14 14 } 15 15 16 16 function DoInstall() 17 17 { 18 18 } 19 19 20 20 function DoUnInstall() 21 21 { … … 48 48 ), 49 49 )); 50 50 51 51 } 52 52 }
Note:
See TracChangeset
for help on using the changeset viewer.