- Timestamp:
- Feb 17, 2021, 12:30:23 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/NetworkConfigRouterOS/NetworkConfigRouterOS.php
r894 r899 16 16 include_once(dirname(__FILE__).'/Generators/Queue.php'); 17 17 18 class ModuleNetworkConfigRouterOS extends AppModule18 class ModuleNetworkConfigRouterOS extends Module 19 19 { 20 20 function __construct(System $System) … … 24 24 $this->Version = '1.0'; 25 25 $this->Creator = 'Chronos'; 26 $this->License = 'GNU/GPL ';26 $this->License = 'GNU/GPLv3'; 27 27 $this->Description = 'Mikrotik RouterOS configuration'; 28 $this->Dependencies = array( 'NetworkConfig');28 $this->Dependencies = array(ModuleNetworkConfig::GetName()); 29 29 } 30 30
Note:
See TracChangeset
for help on using the changeset viewer.