mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 22:33:55 -07:00
Update activate.php
This commit is contained in:
parent
473f3062a3
commit
47013523a1
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ if (!defined('BB_ROOT')) {
|
|||
die(basename(__FILE__));
|
||||
}
|
||||
|
||||
if (empty($_GET['u']) || empty($_GET['act_key'])) {
|
||||
if (empty($_GET[POST_USERS_URL]) || empty($_GET['act_key'])) {
|
||||
bb_die('Bad request');
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue