Changeset 899 for trunk/Modules/NetworkConfigAirOS/NetworkConfigAirOS.php
- Timestamp:
- Feb 17, 2021, 12:30:23 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/NetworkConfigAirOS/NetworkConfigAirOS.php
r894 r899 3 3 include_once(dirname(__FILE__).'/Generators/Signal.php'); 4 4 5 class ModuleNetworkConfigAirOS extends AppModule5 class ModuleNetworkConfigAirOS extends Module 6 6 { 7 7 function __construct(System $System) … … 11 11 $this->Version = '1.0'; 12 12 $this->Creator = 'Chronos'; 13 $this->License = 'GNU/GPL ';13 $this->License = 'GNU/GPLv3'; 14 14 $this->Description = 'Network service configuration of Ubiquity AirOS devices'; 15 $this->Dependencies = array( 'NetworkConfig');15 $this->Dependencies = array(ModuleNetworkConfig::GetName()); 16 16 } 17 17
Note:
See TracChangeset
for help on using the changeset viewer.