Topic: Missing check in admin_groups.php
There's a check missing when you edit groups: if the group you're editing exists!
It's just missing a
if (!$db->num_rows($result))
message($lang_common['Bad request']);
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.2 bug reports → Missing check in admin_groups.php
There's a check missing when you edit groups: if the group you're editing exists!
It's just missing a
if (!$db->num_rows($result))
message($lang_common['Bad request']);
Fixed, thanks.
Mmm, same thing when editing forums
Fixed, thanks
PunBB Forums → PunBB 1.2 bug reports → Missing check in admin_groups.php
Powered by PunBB, supported by Informer Technologies, Inc.