diff options
Diffstat (limited to 'lolrndm.php')
| -rw-r--r-- | lolrndm.php | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lolrndm.php b/lolrndm.php index 9e73779..d24fd0b 100644 --- a/lolrndm.php +++ b/lolrndm.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");?> <div id='content_container' align='center'> |
