$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');