diff options
Diffstat (limited to 'share.php')
| -rw-r--r-- | share.php | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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"); ?> |
