diff options
Diffstat (limited to 'admin-show.php')
| -rw-r--r-- | admin-show.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/admin-show.php b/admin-show.php index cb732c8..af6e5b8 100644 --- a/admin-show.php +++ b/admin-show.php @@ -1,4 +1,13 @@ <?php +/* + praktrack - tracking the parts of a portfolio review + Copyright (C) 2026 Friedrich Beckmann <friedrich.beckmann@tha.de> + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. +*/ include "setup.php"; if (session_status() === PHP_SESSION_NONE) { my_session_start(); |
