Ignore:
Timestamp:
Jan 21, 2016, 3:20:48 PM (8 years ago)
Author:
chronos
Message:
  • Removed: Execute flag from PHP files in repo.
  • Modified: BaseView class separated to file View.php.
  • Added: Left and Right bar items are now registered from their modules using callbacks.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/Global.php

    r860 r861  
    44if(file_exists(dirname(__FILE__).'/../Config/Config.php'))
    55  include_once(dirname(__FILE__).'/../Config/Config.php');
    6 include_once(dirname(__FILE__).'/System.php');
     6include_once(dirname(__FILE__).'/../Application/Core.php');
     7include_once(dirname(__FILE__).'/../Application/View.php');
     8include_once(dirname(__FILE__).'/../Application/Version.php');
    79include_once(dirname(__FILE__).'/../Application/DefaultConfig.php');
    810include_once(dirname(__FILE__).'/PageEdit.php');
    9 include_once(dirname(__FILE__).'/../Application/Version.php');
    1011require_once(dirname(__FILE__).'/../HTML/BBCodeParser2.php');
    1112
Note: See TracChangeset for help on using the changeset viewer.