Changeset 854 for trunk/includes/Global.php
- Timestamp:
- Jan 19, 2016, 5:25:11 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/Global.php
r848 r854 7 7 if(file_exists(dirname(__FILE__).'/../Config/Config.php')) 8 8 include_once(dirname(__FILE__).'/../Config/Config.php'); 9 else die('Config file Config/Config.php not found'); 9 10 include_once(dirname(__FILE__).'/../Application/Version.php'); 10 11 include_once(dirname(__FILE__).'/Locale.php');
Note:
See TracChangeset
for help on using the changeset viewer.