Changeset 2496:e33dcbc18e36 for inc
- Timestamp:
- 10/27/13 09:52:46 (12 years ago)
- Branch:
- default
- Parents:
- 2495:dc8c7974ff0b (diff), 2494:b168f47c7f9c (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/prepend.php
r2492 r2496 135 135 # Constants 136 136 define('DC_ROOT',path::real(dirname(__FILE__).'/..')); 137 define('DC_VERSION','2. 6-RC');137 define('DC_VERSION','2.7-dev'); 138 138 define('DC_DIGESTS',dirname(__FILE__).'/digests'); 139 139 define('DC_L10N_ROOT',dirname(__FILE__).'/../locales'); -
inc/prepend.php
r2341 r2496 35 35 $__autoload['dcPostMedia'] = dirname(__FILE__).'/core/class.dc.postmedia.php'; 36 36 $__autoload['dcModules'] = dirname(__FILE__).'/core/class.dc.modules.php'; 37 $__autoload['dcPlugins'] = dirname(__FILE__).'/core/class.dc.plugins.php'; 37 38 $__autoload['dcThemes'] = dirname(__FILE__).'/core/class.dc.themes.php'; 38 39 $__autoload['dcRestServer'] = dirname(__FILE__).'/core/class.dc.rest.php'; … … 280 281 # 60 : template processing error 281 282 # 70 : blog is offline 282 283 283 284 if (CLI_MODE) 284 285 {
Note: See TracChangeset
for help on using the changeset viewer.