Changeset 361 for trunk/Modules/Network/NetworkInformation.php
- Timestamp:
- Jan 18, 2012, 2:03:43 PM (13 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Network/NetworkInformation.php
r358 r361 1 1 <?php 2 include_once('global.php');3 2 4 3 class NetworkInformationPage extends Page … … 71 70 default: 72 71 $Output .= '<a href="?section=obsazeni_wifi_kanalu">Obsazení Wi-Fi kanálů</a><br />'; 73 $Output .= '<a href=" network/dostupnost.php">Měření dostupnosti zařízení</a><br />';74 $Output .= '<a href=" network/subnet.php">Výpis registrovaných podsítí</a><br />';72 $Output .= '<a href="dostupnost/">Měření dostupnosti zařízení</a><br />'; 73 $Output .= '<a href="podsite/">Výpis registrovaných podsítí</a><br />'; 75 74 //$Output .= '<a href="tkr.php">Kanály kabelové televize</a>'; 76 75 } … … 79 78 } 80 79 81 $System->AddModule(new NetworkInformationPage());82 $System->Modules['NetworkInformationPage']->GetOutput();83 84 80 ?>
Note:
See TracChangeset
for help on using the changeset viewer.