Changeset 518 for trunk/Modules/Network/Availability.php
- Timestamp:
- Apr 14, 2013, 5:15:25 PM (12 years ago)
- File:
-
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Network/Availability.php
r516 r518 1 1 <?php 2 2 3 include_once('../Common/Global.php'); 4 5 class Availability extends Page 3 class PageAvailability extends Page 6 4 { 7 5 var $FullTitle = 'Dostupnost aktivních prvků sítě'; … … 113 111 } 114 112 115 $System->AddModule(new Availability());116 $System->Modules['Availability']->GetOutput();117 118 113 ?>
Note:
See TracChangeset
for help on using the changeset viewer.