mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 10:37:30 -07:00
Minor improvements (#801)
This commit is contained in:
parent
23544f4acf
commit
eabc49f68e
35 changed files with 44 additions and 22 deletions
|
@ -11,6 +11,7 @@ if (!empty($setmodules)) {
|
|||
$module['GROUPS']['MANAGE'] = basename(__FILE__);
|
||||
return;
|
||||
}
|
||||
|
||||
require __DIR__ . '/pagestart.php';
|
||||
|
||||
$group_id = isset($_REQUEST[POST_GROUPS_URL]) ? (int)$_REQUEST[POST_GROUPS_URL] : 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue