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(); ...@@ -5,7 +5,7 @@ db_connect();
$_GET['uid'] = (int)$_GET['uid']; $_GET['uid'] = (int)$_GET['uid'];
$_GET['tan'] = addslashes ($_GET['tan']); $_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 ' echo '
<!DOCTYPE> <!DOCTYPE>
<html> <html>
...@@ -19,4 +19,4 @@ echo ' ...@@ -19,4 +19,4 @@ echo '
</frameset> </frameset>
</html>'; </html>';
db_close(); db_close();
\ No newline at end of file
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