Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
V
VMS-z
Manage
Activity
Members
Labels
Plan
Issues
6
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Christoph Zysik
VMS-z
Commits
393866b6
Commit
393866b6
authored
7 years ago
by
Eric Laufer
Browse files
Options
Downloads
Patches
Plain Diff
1.2
parent
6ac9c233
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pclick.php
+2
-2
2 additions, 2 deletions
pclick.php
with
2 additions
and
2 deletions
pclick.php
+
2
−
2
View file @
393866b6
...
...
@@ -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
();
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment