Ignore:
Timestamp:
Jan 23, 2012, 9:22:13 AM (13 years ago)
Author:
chronos
Message:
  • Přidáno: Základní modul pro konfiguraci routerů. Na něm závisí moduly pro linux a routeros.
Location:
trunk/Modules/NetworkConfigLinux
Files:
1 copied
1 moved

Legend:

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

    r381 r382  
    11<?php
    22
    3 class ModuleNetworkLinux extends Module
     3class ModuleNetworkConfigLinux extends Module
    44{
    55  function __construct($Database, $System)
    66  {
    77    parent::__construct($Database, $System);
    8     $this->Name = 'NetworkLinux';
     8    $this->Name = 'NetworkConfigLinux';
    99    $this->Version = '1.0';
    1010    $this->Creator = 'Chronos';
    1111    $this->License = 'GNU/GPL';
    1212    $this->Description = 'Network service configuration of Linux server';
    13     $this->Dependencies = array('Network');
     13    $this->Dependencies = array('NetworkConfig');
    1414    $this->SupportedModels = array();
    1515  }
Note: See TracChangeset for help on using the changeset viewer.