Ignore:
Timestamp:
Feb 17, 2021, 12:30:23 PM (4 years ago)
Author:
chronos
Message:
Location:
trunk/Modules/NetworkConfigRouterOS
Files:
2 edited

Legend:

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

    r887 r899  
    273273    echo($Main->Print());
    274274    $ItemsQueue = $Main->GetCommands();
    275     //print_r($ItemsQueue);
    276     //die();
    277 
    278     //print_r($ItemsQueue);
    279275    $Routerboard->ListUpdate($PathQueue, array('name', 'limit-at', 'max-limit', 'parent', 'packet-mark'), $ItemsQueue, array(), true);
    280276  }
  • 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.