Changeset 382 for trunk/Modules/NetworkConfigLinux/NetworkConfigLinux.php
- Timestamp:
- Jan 23, 2012, 9:22:13 AM (13 years ago)
- Location:
- trunk/Modules/NetworkConfigLinux
- Files:
-
- 1 copied
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/NetworkConfigLinux/NetworkConfigLinux.php
r381 r382 1 1 <?php 2 2 3 class ModuleNetwork Linux extends Module3 class ModuleNetworkConfigLinux extends Module 4 4 { 5 5 function __construct($Database, $System) 6 6 { 7 7 parent::__construct($Database, $System); 8 $this->Name = 'Network Linux';8 $this->Name = 'NetworkConfigLinux'; 9 9 $this->Version = '1.0'; 10 10 $this->Creator = 'Chronos'; 11 11 $this->License = 'GNU/GPL'; 12 12 $this->Description = 'Network service configuration of Linux server'; 13 $this->Dependencies = array('Network ');13 $this->Dependencies = array('NetworkConfig'); 14 14 $this->SupportedModels = array(); 15 15 }
Note:
See TracChangeset
for help on using the changeset viewer.