mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
parent
64df3c5538
commit
21c8e7d48a
58 changed files with 226 additions and 228 deletions
|
@ -33,7 +33,7 @@ if (empty($_GET['u']) || empty($_GET['act_key'])) {
|
|||
|
||||
$sql = "SELECT user_active, user_id, username, user_email, user_newpasswd, user_lang, user_actkey
|
||||
FROM " . BB_USERS . "
|
||||
WHERE user_id = " . intval($_GET[POST_USERS_URL]);
|
||||
WHERE user_id = " . (int)$_GET[POST_USERS_URL];
|
||||
if (!($result = DB()->sql_query($sql))) {
|
||||
bb_die('Could not obtain user information');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue