diff options
Diffstat (limited to 'admin-update.php')
| -rw-r--r-- | admin-update.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/admin-update.php b/admin-update.php index c952618..5634f6d 100644 --- a/admin-update.php +++ b/admin-update.php @@ -1,4 +1,14 @@ <?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. +*/ + // Check the entries in the form and compare them with the // data in the database. If there are updates, then change // the data in the database and append the json file with |
