mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 20:17:24 +08:00
takeconfirm.php require login
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
require_once("../include/bittorrent.php");
|
require_once("../include/bittorrent.php");
|
||||||
dbconn();
|
dbconn();
|
||||||
require_once(get_langfile_path());
|
require_once(get_langfile_path());
|
||||||
|
loggedinorreturn();
|
||||||
$id = isset($_POST['id']) ? intval($_POST['id']) : (isset($_GET['id']) ? intval($_GET['id']) : die());
|
$id = isset($_POST['id']) ? intval($_POST['id']) : (isset($_GET['id']) ? intval($_GET['id']) : die());
|
||||||
int_check($id,true);
|
int_check($id,true);
|
||||||
$email = unesc(htmlspecialchars(trim($_POST["email"])));
|
$email = unesc(htmlspecialchars(trim($_POST["email"])));
|
||||||
|
|||||||
Reference in New Issue
Block a user