source: trunk/index.php@ 577

Last change on this file since 577 was 577, checked in by chronos, 12 years ago
  • Modified: Moved some code from global to system file. System class is now serving as main application class. Now old files which still use ShowPage function need system initialization with $InitSystem = true; before global.php inclusion.
  • Modified: Get rid of some global reference to $System, $Config and $User variables.
  • Modified: Search result functionality moved to application module from action.php file.
File size: 91 bytes
Line 
1<?php
2
3include_once('includes/global.php');
4
5$System = new System();
6$System->Run();
Note: See TracBrowser for help on using the repository browser.