Changeset 858 for trunk/includes/Global.php
- Timestamp:
- Jan 21, 2016, 9:54:58 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/Global.php
r856 r858 2 2 3 3 include_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');7 4 if(file_exists(dirname(__FILE__).'/../Config/Config.php')) 8 5 include_once(dirname(__FILE__).'/../Config/Config.php'); 9 else die('Config file Config/Config.php not found'); 6 include_once(dirname(__FILE__).'/System.php'); 7 include_once(dirname(__FILE__).'/../Application/DefaultConfig.php'); 8 include_once(dirname(__FILE__).'/PageEdit.php'); 10 9 include_once(dirname(__FILE__).'/../Application/Version.php'); 11 10 require_once(dirname(__FILE__).'/../HTML/BBCodeParser2.php');
Note:
See TracChangeset
for help on using the changeset viewer.