Ignore:
Timestamp:
Jan 8, 2016, 11:00:11 PM (9 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/NetworkConfigLinux/NetworkConfigLinux.php

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