Changeset 2761:6b76144ca48b for plugins/dcCKEditor/index.php
- Timestamp:
- 10/26/14 10:10:53 (11 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/dcCKEditor/index.php
r2738 r2761 27 27 if (!empty($_GET['config'])) { 28 28 // text/javascript response stop stream just after including file 29 include_once(dirname(__FILE__).'/_post_config.php'); 29 include_once(dirname(__FILE__).'/_post_config.php'); 30 30 exit(); 31 } else { 31 } else { 32 32 include_once(dirname(__FILE__).'/inc/_config.php'); 33 33 } 34
Note: See TracChangeset
for help on using the changeset viewer.