Fix overboard.php cache file version checking.

This commit is contained in:
Retro_Guy 2024-03-12 08:16:54 -07:00
parent 2ae7f672c2
commit ffb899d6e0
1 changed files with 1 additions and 0 deletions

View File

@ -195,6 +195,7 @@ foreach ($grouplist as $findgroup) {
}
}
$this_overboard['version'] = $version;
file_put_contents($cachefile, serialize($this_overboard));
if (isset($user_time)) {
$oldest = ($user_time - 900);