Ignore:
Timestamp:
Jan 18, 2012, 2:03:43 PM (13 years ago)
Author:
chronos
Message:
  • Opraveno: Zobrazování některých stránek modulu sítě.
File:
1 edited

Legend:

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

    r315 r361  
    11<?php
    22
    3 include_once('../global.php');
    4 
    5 class Availability extends Page
     3class AvailabilityPage extends Page
    64{
    75  var $FullTitle = 'Dostupnost aktivních prvků sítě';
     
    113111}
    114112
    115 $System->AddModule(new Availability());
    116 $System->Modules['Availability']->GetOutput();
    117 
    118113?>
Note: See TracChangeset for help on using the changeset viewer.