- Timestamp:
- Oct 13, 2012, 1:24:58 PM (13 years ago)
- Location:
- trunk/is
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/is/index.php
r436 r438 1 1 <?php 2 2 3 include_once('../ global.php');3 include_once('../Common/Global.php'); 4 4 5 5 -
trunk/is/topologie-gen.php
r223 r438 3 3 // Author: Miroslav Hajda hajdam@users.sf.net 4 4 5 include('../ global.php');5 include('../Common/Global.php'); 6 6 global $Database, $debug; 7 7 -
trunk/is/topologie-img.php
r192 r438 1 1 <?php 2 2 // Skript pro generování grafu stromové struktury sítě do PNG obrázku 3 include('../ global.php');3 include('../Common/Global.php'); 4 4 5 5 if(array_key_exists('debug', $_GET)) $debug = $_GET['debug']; -
trunk/is/topologie-img2.php
r409 r438 1 1 <?php 2 2 // Skript pro zobrazení grafu stromové struktury sítě do PNG obrázku 3 include('../ global.php');3 include('../Common/Global.php'); 4 4 5 5 if(array_key_exists('debug', $_GET)) $debug = $_GET['debug']; -
trunk/is/topologie.php
r222 r438 1 1 <?php 2 include_once('../ global.php');2 include_once('../Common/Global.php'); 3 3 4 4 class NetworkTopologyPage extends Page
Note:
See TracChangeset
for help on using the changeset viewer.