Changeset 361 for trunk/Modules/Network/subnet.php
- Timestamp:
- Jan 18, 2012, 2:03:43 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Network/subnet.php
r311 r361 1 1 <?php 2 include_once('../global.php');3 2 4 class HostingPage extends Page3 class SubnetPage extends Page 5 4 { 6 5 var $FullTitle = 'Informace o podsítích'; … … 54 53 } 55 54 56 $System->AddModule(new HostingPage());57 $System->Modules['HostingPage']->GetOutput();58 59 55 ?>
Note:
See TracChangeset
for help on using the changeset viewer.