Ignore:
Timestamp:
Jan 8, 2016, 11:00:11 PM (8 years ago)
Author:
chronos
Message:
  • Modified: Network configure actions now can be executed through cmd.php interface using "php cmd.php config <action>".
File:
1 edited

Legend:

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

    r753 r781  
    11<?php
     2
     3include_once(dirname(__FILE__).'/Generators/Signal.php');
    24
    35class ModuleNetworkConfigAirOS extends AppModule
     
    2426  function DoStart()
    2527  {
     28    $this->System->ModuleManager->Modules['NetworkConfig']->RegisterConfigItem('airos-signal', 'ConfigAirOSSignal');
    2629  }
    2730}
Note: See TracChangeset for help on using the changeset viewer.