forked from ulovliglogning/ulovliglogning.dk
f*cking ;;;;;;;;;;;,'s
This commit is contained in:
parent
810941f65d
commit
8f447cc201
|
@ -8,15 +8,15 @@ $lang = $_POST["lang"];
|
||||||
$body = "email: ".$email."\nlang: ".$lang;
|
$body = "email: ".$email."\nlang: ".$lang;
|
||||||
if (mail($to, $subject, $body)) {
|
if (mail($to, $subject, $body)) {
|
||||||
if ($lang == "da") {
|
if ($lang == "da") {
|
||||||
$redirect = "https://ulovliglogning.dk/redirect/success/"
|
$redirect = "https://ulovliglogning.dk/redirect/success/";
|
||||||
} else {
|
} else {
|
||||||
$redirect = "https://ulovliglogning.dk/".$lang."/redirect/success/"
|
$redirect = "https://ulovliglogning.dk/".$lang."/redirect/success/";
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
if ($lang == "da") {
|
if ($lang == "da") {
|
||||||
$redirect = "https://ulovliglogning.dk/redirect/fail/"
|
$redirect = "https://ulovliglogning.dk/redirect/fail/";
|
||||||
} else {
|
} else {
|
||||||
$redirect = "https://ulovliglogning.dk/".$lang."/redirect/fail/"
|
$redirect = "https://ulovliglogning.dk/".$lang."/redirect/fail/";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue