Changeset 800 for trunk/includes/global.php
- Timestamp:
- Mar 16, 2014, 11:15:43 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/global.php
r798 r800 11 11 include_once(dirname(__FILE__).'/AppModule.php'); 12 12 include_once(dirname(__FILE__).'/Locale.php'); 13 require_once(dirname(__FILE__).'/../HTML/BBCodeParser2.php'); 13 14 14 15 // Include application modules … … 33 34 include_once(dirname(__FILE__).'/../Modules/Download/Download.php'); 34 35 include_once(dirname(__FILE__).'/../Modules/Forum/Forum.php'); 35 require_once(dirname(__FILE__).'/../HTML/BBCodeParser2.php');36 include_once(dirname(__FILE__).'/../Modules/Redirection/Redirection.php'); 36 37 37 38
Note:
See TracChangeset
for help on using the changeset viewer.