Rechtschreibkorrektur
parent
44bd0307af
commit
0dac733d6a
|
@ -1,13 +1,13 @@
|
||||||
<?php
|
<?php
|
||||||
$user = $_GET["user"];
|
$user = $_GET["user"];
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>e-Mail Verification</title>
|
<title>e-Mail Verification</title>
|
||||||
</head> <body>
|
</head> <body>
|
||||||
<?php
|
<?php
|
||||||
echo "<p>Bitte senden sie nun zur Verification eine e-Mail mit folgendem Inhalt an \"authentication@lostcave.ddnss.de\":</p>";
|
echo "<p>Bitte senden sie nun zur Verifikation eine e-Mail mit folgendem Inhalt an \"authentication@lostcave.ddnss.de\":</p>";
|
||||||
echo "<p>Blub Blub $user</p>";
|
echo "<p>Blub Blub $user</p>";
|
||||||
?>
|
?>
|
||||||
</html>
|
</html>
|
Loading…
Reference in New Issue