$constants) { echo strtoupper($file) . ":\n"; foreach($constants AS $const => $val) { echo "\t" . $const . "\n"; echo "\t\t" . $val . "\n"; } echo "---------------------------\n"; } @define('RESET_FILTERS', 'Reset filters'); @define('UPDATE_FAILMSG', 'Check for new Serendipity version failed. This can happen because either the URL https://raw.github.com/s9y/Serendipity/master/docs/RELEASE is down, your server blocks outgoing connections or there are other connection issues.'); @define('UPDATE_FAILACTION', 'Disable automatic update check'); @define('UPDATE_NOTIFICATION_DESC', 'Show the update notification in the Dashboard, and for which channel?'); @define('FRONTEND', 'Frontend'); @define('BACKEND', 'Backend'); @define('MEDIA_UPLOAD_RESIZE', 'Resize before Upload'); @define('MEDIA_UPLOAD_RESIZE_DESC', 'Resize images before the upload using Javascript. This will also change the uploader to use Ajax and thus remove the Property-Button'); @define('LOG_LEVEL', 'Log Level'); @define('LOG_LEVEL_DESC', 'At certain places in the Serendipity code we have placed debugging breakpoints. If this option is set to "Debug", it will write this debug output to templates_c/logs/. You should only enable this option if you are experiencing bugs in those areas, or if you are a developer. Setting this option to "Error" will enable logging PHP errors, overwriting the PHP error_log setting.'); @define('DEBUG', 'Debug');