Changeset 578 for trunk/index.php
- Timestamp:
- Oct 10, 2013, 8:50:31 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/index.php
r548 r578 1 1 <?php 2 2 3 include_once('Common/Global.php'); 4 $System->PathItems = ProcessURL(); 5 $System->ShowPage(); 3 include_once('Common/System.php'); 4 5 $System = new System(); 6 $System->Run();
Note:
See TracChangeset
for help on using the changeset viewer.