Add 'global ' to overboard.php to display link in footer.

This commit is contained in:
Retro_Guy 2022-12-19 03:24:11 +00:00
parent 0617c7cef2
commit 40f0ae8ac3
1 changed files with 1 additions and 1 deletions

View File

@ -382,7 +382,7 @@ if (isset($_GET['thisgroup'])) {
}
function show_overboard_footer($stats, $results, $iscached) {
global $user_time,$rslight_version;
global $CONFIG,$user_time,$rslight_version;
if(isset($user_time)) {
$recent = 'new';
} else {