Skip to content

Commit

Permalink
takeconfirm.php require login
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaomlove committed Apr 28, 2024
1 parent 76fd248 commit b0116ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions public/takeconfirm.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
require_once("../include/bittorrent.php");
dbconn();
require_once(get_langfile_path());
loggedinorreturn();
$id = isset($_POST['id']) ? intval($_POST['id']) : (isset($_GET['id']) ? intval($_GET['id']) : die());
int_check($id,true);
$email = unesc(htmlspecialchars(trim($_POST["email"])));
Expand Down

0 comments on commit b0116ee

Please sign in to comment.