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

Legend:

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

    r894 r899  
    1616include_once(dirname(__FILE__).'/Generators/Queue.php');
    1717
    18 class ModuleNetworkConfigRouterOS extends AppModule
     18class ModuleNetworkConfigRouterOS extends Module
    1919{
    2020  function __construct(System $System)
     
    2424    $this->Version = '1.0';
    2525    $this->Creator = 'Chronos';
    26     $this->License = 'GNU/GPL';
     26    $this->License = 'GNU/GPLv3';
    2727    $this->Description = 'Mikrotik RouterOS configuration';
    28     $this->Dependencies = array('NetworkConfig');
     28    $this->Dependencies = array(ModuleNetworkConfig::GetName());
    2929  }
    3030
Note: See TracChangeset for help on using the changeset viewer.