Skip to content
Snippets Groups Projects
Commit 393866b6 authored by Eric Laufer's avatar Eric Laufer
Browse files

1.2

parent 6ac9c233
No related merge requests found
......@@ -5,7 +5,7 @@ db_connect();
$_GET['uid'] = (int)$_GET['uid'];
$_GET['tan'] = addslashes ($_GET['tan']);
$mail = mysqli_fetch_assoc(db_query("SELECT `ziel` FROM ".$db_prefix."_paidmails_versendet WHERE tan='".$_GET['tan']."' LIMIT 1"));
$mail = mysqli_fetch_assoc(db_query("SELECT ziel FROM ".$db_prefix."_paidmails_versendet WHERE tan='".$_GET['tan']."' LIMIT 1"));
echo '
<!DOCTYPE>
<html>
......@@ -19,4 +19,4 @@ echo '
</frameset>
</html>';
db_close();
\ No newline at end of file
db_close();
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment