Changeset 470 for trunk/index.php


Ignore:
Timestamp:
Dec 30, 2012, 9:40:35 PM (11 years ago)
Author:
chronos
Message:
  • Upraveno: Vytvořen modul Network a přesunuto do něj zobrazení topologie a seznamu zařízení.
  • Upraveno: IS přetvořen na modul.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/index.php

    r469 r470  
    22
    33include_once('Common/Global.php');
    4 $System->ShowPage('');
     4$Path = ProcessURL();
     5$System->ShowPage(implode('/', $Path));
    56
    67?>
Note: See TracChangeset for help on using the changeset viewer.