Changeset 899 for trunk/Modules/NetworkConfigLinux/NetworkConfigLinux.php
- Timestamp:
- Feb 17, 2021, 12:30:23 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/NetworkConfigLinux/NetworkConfigLinux.php
r894 r899 5 5 include_once(dirname(__FILE__).'/Generators/Latency.php'); 6 6 7 class ModuleNetworkConfigLinux extends AppModule7 class ModuleNetworkConfigLinux extends Module 8 8 { 9 9 function __construct(System $System) … … 15 15 $this->License = 'GNU/GPL'; 16 16 $this->Description = 'Network service configuration of Linux server'; 17 $this->Dependencies = array( 'NetworkConfig');17 $this->Dependencies = array(ModuleNetworkConfig::GetName()); 18 18 } 19 19
Note:
See TracChangeset
for help on using the changeset viewer.