Changeset 7631 for trunk/src/config.php
- Timestamp:
- Mar 30, 2010, 8:51:44 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/config.php ¶
r7629 r7631 14 14 * Don't change anything below this line if you don't know what you are doing 15 15 */ 16 $config['folder_class'] = ' class/';16 $config['folder_class'] = 'inc/'; 17 17 $config['file_init'] = 'init.php'; 18 18 19 19 $config['require'] = array(); 20 $config['require'][] = $config['folder_class'] . 'ErrorHandler. class.php';20 $config['require'][] = $config['folder_class'] . 'ErrorHandler.php'; 21 21 $config['require'][] = $config['folder_class'] . 'LogHandler.class.php'; 22 22 $config['require'][] = $config['folder_class'] . 'FileHandler.class.php';
Note:
See TracChangeset
for help on using the changeset viewer.