diff options
Diffstat (limited to 'update.php')
| -rw-r--r-- | update.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'); /*error_reporting(E_ALL); ini_set('display_errors', '1');*/ |
