Changeset 578 for trunk/index.php


Ignore:
Timestamp:
Oct 10, 2013, 8:50:31 PM (11 years ago)
Author:
chronos
Message:
  • Upraveno: Hlavní spouštěcí kód přesunut z jednotky Global do aplikace System.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/index.php

    r548 r578  
    11<?php
    22
    3 include_once('Common/Global.php');
    4 $System->PathItems = ProcessURL();
    5 $System->ShowPage();
     3include_once('Common/System.php');
     4
     5$System = new System();
     6$System->Run();
Note: See TracChangeset for help on using the changeset viewer.