Changeset 438 for trunk/is


Ignore:
Timestamp:
Oct 13, 2012, 1:24:58 PM (13 years ago)
Author:
chronos
Message:
  • Přesunuto: Soubory s třídamy přesunuty do podsložky Common. Aktualizovány odkazy mezi soubory.
Location:
trunk/is
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/is/index.php

    r436 r438  
    11<?php
    22
    3 include_once('../global.php');
     3include_once('../Common/Global.php');
    44
    55
  • trunk/is/topologie-gen.php

    r223 r438  
    33// Author: Miroslav Hajda hajdam@users.sf.net
    44
    5 include('../global.php');
     5include('../Common/Global.php');
    66global $Database, $debug;
    77
  • trunk/is/topologie-img.php

    r192 r438  
    11<?php
    22 // Skript pro generování grafu stromové struktury sítě do PNG obrázku
    3 include('../global.php');
     3include('../Common/Global.php');
    44
    55if(array_key_exists('debug', $_GET)) $debug = $_GET['debug'];
  • trunk/is/topologie-img2.php

    r409 r438  
    11<?php
    22 // Skript pro zobrazení grafu stromové struktury sítě do PNG obrázku
    3 include('../global.php');
     3include('../Common/Global.php');
    44
    55if(array_key_exists('debug', $_GET)) $debug = $_GET['debug'];
  • trunk/is/topologie.php

    r222 r438  
    11<?php
    2 include_once('../global.php');
     2include_once('../Common/Global.php');
    33
    44class NetworkTopologyPage extends Page
Note: See TracChangeset for help on using the changeset viewer.