diff options
Diffstat (limited to 'member_login.php')
| -rw-r--r-- | member_login.php | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/member_login.php b/member_login.php index 8dc6ad4..fc2a2d5 100644 --- a/member_login.php +++ b/member_login.php @@ -1,4 +1,9 @@ -<?php include('auth.php'); +<?php + +/* Copyright Maximilian Möhring, 2013 +Licensed under the GPL. Read LICENSE for more Information.*/ + +include('auth.php'); include("header.php"); $name = $_SESSION["username"]; |
