diff options
Diffstat (limited to 'register.php')
| -rw-r--r-- | register.php | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/register.php b/register.php index bdc8178..39d22f9 100644 --- a/register.php +++ b/register.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"); if ($_GET["false"] == 1){ |
