additional_plugins/serendipity_plugin_topexits/UTF-8/lang_en.inc.php
Eike Rathke 67b0fae8da
Fix blank admin page with PHP8 (#148)
Add missing TOP_EXITS and SHOWS_TOP_EXIT string definitions that
lead to a blank serendipity_admin.php page under PHP 8.
See https://board.s9y.org/viewtopic.php?t=25730

Also add the IN_serendipity check, and ChangeLog.
2022-12-31 20:38:20 +01:00

5 lines
147 B
PHP

<?php
@define('TOP_EXITS', 'Top Exits');
@define('SHOWS_TOP_EXIT', 'Shows the most common exit urls');
?>