Ignore:
Timestamp:
Apr 14, 2013, 5:15:25 PM (11 years ago)
Author:
chronos
Message:
  • Upraveno: Síťové informace přetvořeny na aplikační modul.
File:
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/Modules/Network/UserHosts.php

    r516 r518  
    11<?php
    22
    3 include_once('../Common/Global.php');
    4 
    5 class NetworkHostList extends Page
     3class PageNetworkHostList extends Page
    64{
    7   var $FullTitle = 'Registrované počítače';
    8   var $ShortTitle = 'Registrované počítače';
     5  function __construct()
     6  {
     7    parent::__construct();
     8    $this->FullTitle = 'Registrované počítače';
     9    $this->ShortTitle = 'Registrované počítače';
     10  }
    911
    1012  function Show()
     
    3638}
    3739
    38 $System->AddModule(new NetworkHostList());
    39 $System->Modules['NetworkHostList']->GetOutput();
    40 
    4140?>
Note: See TracChangeset for help on using the changeset viewer.