Fix overboard to handle url encoded group names.

This commit is contained in:
Retro_Guy 2023-08-18 05:06:08 -07:00
parent db2a64ef45
commit ffb8d988f4
1 changed files with 2 additions and 0 deletions

View File

@ -97,6 +97,8 @@ if (isset($_GET['time'])) {
}
}
$_GET['thisgroup'] = _rawurldecode($_GET['thisgroup']);
if (isset($_GET['thisgroup'])) {
if(get_section_by_group($_GET['thisgroup']) == false) {
echo "Group not found";