Changeset 518 for trunk/Modules/Network/UserHosts.php
- Timestamp:
- Apr 14, 2013, 5:15:25 PM (12 years ago)
- File:
-
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Network/UserHosts.php
r516 r518 1 1 <?php 2 2 3 include_once('../Common/Global.php'); 4 5 class NetworkHostList extends Page 3 class PageNetworkHostList extends Page 6 4 { 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 } 9 11 10 12 function Show() … … 36 38 } 37 39 38 $System->AddModule(new NetworkHostList());39 $System->Modules['NetworkHostList']->GetOutput();40 41 40 ?>
Note:
See TracChangeset
for help on using the changeset viewer.