Ignore:
Timestamp:
Feb 17, 2021, 12:30:23 PM (3 years ago)
Author:
chronos
Message:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/NetworkConfigAirOS/NetworkConfigAirOS.php

    r894 r899  
    33include_once(dirname(__FILE__).'/Generators/Signal.php');
    44
    5 class ModuleNetworkConfigAirOS extends AppModule
     5class ModuleNetworkConfigAirOS extends Module
    66{
    77  function __construct(System $System)
     
    1111    $this->Version = '1.0';
    1212    $this->Creator = 'Chronos';
    13     $this->License = 'GNU/GPL';
     13    $this->License = 'GNU/GPLv3';
    1414    $this->Description = 'Network service configuration of Ubiquity AirOS devices';
    15     $this->Dependencies = array('NetworkConfig');
     15    $this->Dependencies = array(ModuleNetworkConfig::GetName());
    1616  }
    1717
Note: See TracChangeset for help on using the changeset viewer.