Minor improvements (#801)

This commit is contained in:
Roman Kelesidis 2023-06-10 15:55:53 +07:00 committed by GitHub
commit eabc49f68e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
35 changed files with 44 additions and 22 deletions

View file

@ -12,6 +12,7 @@ if (!empty($setmodules)) {
$module['GROUPS']['PERMISSIONS'] = basename(__FILE__) . '?mode=group';
return;
}
require __DIR__ . '/pagestart.php';
$max_forum_name_length = 50;