diff options
| author | Horus3 | 2014-09-25 10:33:47 +0200 |
|---|---|---|
| committer | Horus3 | 2014-09-25 10:33:47 +0200 |
| commit | 1fe76ba743a3418da9a0883b29756d442384d0bc (patch) | |
| tree | 091910ffd183d94c0f8b70a8f4c362f733033b03 /oldwww/login.php | |
| parent | 2036626b560f22efd59673187a2de3b1319fcf8a (diff) | |
| download | jungegemeinde-1fe76ba743a3418da9a0883b29756d442384d0bc.tar.gz | |
init
Diffstat (limited to 'oldwww/login.php')
| -rw-r--r-- | oldwww/login.php | 70 |
1 files changed, 0 insertions, 70 deletions
diff --git a/oldwww/login.php b/oldwww/login.php deleted file mode 100644 index bfba63e..0000000 --- a/oldwww/login.php +++ /dev/null @@ -1,70 +0,0 @@ -<?php - -/* Copyright Maximilian Möhring, 2013 -Licensed under the GPL. Read LICENSE for more Information.*/ - -if ($_GET["logout"] == 1) { - $logout = "<br><div style='color:red;'>Ausloggen erfolgreich</div>"; -} -if ($_GET["failure"] == 1) { - $logout = "<br><div style='color:red;'>Name oder Passwort falsch!</div>"; -} - - -?> -<!doctype html public '-//W3C//DTD XHTML 1.0 //EN'> - -<html> -<head> - <title>Junge Gemeinde Adlershof.</title> - <meta http-equiv='Content-type' content='text/html; charset=utf-8' /> - <link rel='stylesheet' type='text/css' href='hyperstyle.css' /> - <link rel='shortcut icon' href='/favicon.ico' type='image/x-icon'> -</head> - -<body link='#000000' vlink='#000000' alink='#FF0000'> - -<div class='kleineschrift'> - <div id='header' > - <br><br> - <hr> - </div> - - <div id='content_container' align='center'> - <br> - <div class='ueberschrift'><p>JUNGE GEMEINDE ADLERSHOF</p></div> - <div id='container' align='center'> - - <?php echo $logout; ?> - <br> - <form method='post' action='check.php' > - <div class='hundertfuenfzig'><p>Login:</p></div> - <p><input type='text' name='username' size='40'/></p> - <p><input type='password' name='password' size='40'/></p> - - - <p><input type='submit' name='submit' value='Miau!'/></p> - - </form><br> - Info: You have five attempts. You will be banned for 6 hours after your login attempts run out.<br> - <a style='text-decoration:underline;' href='reset.php'>Passwort vergessen? Klick hier.</a> - - - <br><br> - <div class='katze' align='center'> -<pre> - _ ___ _.--. - \`.|\..----...-'` `-._.-'_.-'` - / ' ` , __.--' - )/' _/ \ `-_, / - `-''' `''\_,_.-;_.-\_ ', - _.-'_./ {_.' ; / - {_.-``-' {_/ -</pre> - </div> - </div> - </div> -</div> -</body> -</html> - |
