Ignore:
Timestamp:
Jan 21, 2016, 9:54:58 AM (8 years ago)
Author:
chronos
Message:
  • Modified: Custom install script replaced by more sophisticated Setup class which also allows to configure system parameters and application modules.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/Global.php

    r856 r858  
    22
    33include_once(dirname(__FILE__).'/../Packages/Common/Common.php');
    4 include_once(dirname(__FILE__).'/System.php');
    5 include_once(dirname(__FILE__).'/Update.php');
    6 include_once(dirname(__FILE__).'/PageEdit.php');
    74if(file_exists(dirname(__FILE__).'/../Config/Config.php'))
    85  include_once(dirname(__FILE__).'/../Config/Config.php');
    9   else die('Config file Config/Config.php not found');
     6include_once(dirname(__FILE__).'/System.php');
     7include_once(dirname(__FILE__).'/../Application/DefaultConfig.php');
     8include_once(dirname(__FILE__).'/PageEdit.php');
    109include_once(dirname(__FILE__).'/../Application/Version.php');
    1110require_once(dirname(__FILE__).'/../HTML/BBCodeParser2.php');
Note: See TracChangeset for help on using the changeset viewer.