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
|
@ -35,7 +35,7 @@ if (!$bb_cfg['board_email_form']) {
|
|||
set_die_append_msg();
|
||||
|
||||
if (!empty($_GET[POST_USERS_URL]) || !empty($_POST[POST_USERS_URL])) {
|
||||
$user_id = (!empty($_GET[POST_USERS_URL])) ? intval($_GET[POST_USERS_URL]) : intval($_POST[POST_USERS_URL]);
|
||||
$user_id = (!empty($_GET[POST_USERS_URL])) ? (int)$_GET[POST_USERS_URL] : (int)$_POST[POST_USERS_URL];
|
||||
} else {
|
||||
bb_die($lang['NO_USER_SPECIFIED']);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue