Changeset 438 for trunk/network
- Timestamp:
- Oct 13, 2012, 1:24:58 PM (13 years ago)
- Location:
- trunk/network
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/network/administration.php
r396 r438 1 1 <?php 2 include_once('../global.php'); 2 3 include_once('../Common/Global.php'); 3 4 4 5 class NetworkAdministrationPage extends Page -
trunk/network/dostupnost.php
r315 r438 1 1 <?php 2 2 3 include_once('../ global.php');3 include_once('../Common/Global.php'); 4 4 5 5 class Availability extends Page -
trunk/network/hosting.php
r230 r438 1 1 <?php 2 include_once('../global.php'); 2 3 include_once('../Common/Global.php'); 3 4 4 5 class HostingPage extends Page -
trunk/network/restart.php
r197 r438 1 1 <?php 2 include_once('../global.php'); 2 3 include_once('../Common/Global.php'); 3 4 4 5 class ServiceRestartPage extends Page -
trunk/network/subnet.php
r311 r438 1 1 <?php 2 include_once('../global.php'); 2 3 include_once('../Common/Global.php'); 3 4 4 5 class HostingPage extends Page -
trunk/network/user_hosts.php
r426 r438 1 1 <?php 2 2 3 include_once('../ global.php');3 include_once('../Common/Global.php'); 4 4 5 5 class NetworkHostList extends Page
Note:
See TracChangeset
for help on using the changeset viewer.