diff options
Diffstat (limited to 'login.php')
| -rw-r--r-- | login.php | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,4 +1,9 @@ -<?php if ($_GET["logout"] == 1) { +<?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) { |
