Update activate.php

This commit is contained in:
Roman Kelesidis 2025-04-05 16:25:04 +03:00
commit 47013523a1

View file

@ -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');
}