Changeset 518 for trunk/Modules/Network/Subnet.php
- Timestamp:
- Apr 14, 2013, 5:15:25 PM (12 years ago)
- File:
-
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Network/Subnet.php
r516 r518 1 1 <?php 2 2 3 include_once('../Common/Global.php'); 4 5 class HostingPage extends Page 3 class PageSubnet extends Page 6 4 { 7 var $FullTitle = 'Informace o podsítích'; 8 var $ShortTitle = 'Podsítě'; 5 function __construct() 6 { 7 parent::__construct(); 8 $this->FullTitle = 'Informace o podsítích'; 9 $this->ShortTitle = 'Podsítě'; 10 } 9 11 10 12 function Show() … … 55 57 } 56 58 57 $System->AddModule(new HostingPage());58 $System->Modules['HostingPage']->GetOutput();59 60 59 ?>
Note:
See TracChangeset
for help on using the changeset viewer.