aboutsummaryrefslogtreecommitdiff
path: root/login.php
diff options
context:
space:
mode:
Diffstat (limited to 'login.php')
-rw-r--r--login.php7
1 files changed, 6 insertions, 1 deletions
diff --git a/login.php b/login.php
index 10e14f3..bfba63e 100644
--- a/login.php
+++ b/login.php
@@ -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) {