Changeset 779 for trunk/index.php


Ignore:
Timestamp:
Jan 6, 2016, 11:01:30 PM (9 years ago)
Author:
chronos
Message:
  • Moved: Application, Base and AppModule to Common Package.
  • Modified: Main application class renamed to Core.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/index.php

    r592 r779  
    33include_once('Application/System.php');
    44
    5 $System = new System();
     5$System = new Core();
    66$System->Run();
Note: See TracChangeset for help on using the changeset viewer.