mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
parent
64df3c5538
commit
21c8e7d48a
58 changed files with 226 additions and 228 deletions
|
@ -34,7 +34,7 @@ $page_cfg['include_bbcode_js'] = true;
|
|||
// Start session management
|
||||
$user->session_start(array('req_login' => true));
|
||||
|
||||
$group_id = isset($_REQUEST[POST_GROUPS_URL]) ? intval($_REQUEST[POST_GROUPS_URL]) : null;
|
||||
$group_id = isset($_REQUEST[POST_GROUPS_URL]) ? (int)$_REQUEST[POST_GROUPS_URL] : null;
|
||||
$group_info = array();
|
||||
$is_moderator = false;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue