diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/view/stdpage.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app/view/stdpage.php b/app/view/stdpage.php index 4bdc0c5..9f5b4e2 100644 --- a/app/view/stdpage.php +++ b/app/view/stdpage.php @@ -20,6 +20,17 @@ require_once "class/globals.php"; <?php function head(?string $title = NULL) : void { ?> <!-- + + ███████╗ ██████╗██████╗ ██████╗ ████████╗████████╗ + ██╔════╝██╔════╝██╔══██╗██╔═══██╗╚══██╔══╝╚══██╔══╝ + ███████╗██║ ██████╔╝██║ ██║ ██║ ██║ + ╚════██║██║ ██╔══██╗██║ ██║ ██║ ██║ + ███████║╚██████╗██║ ██║╚██████╔╝ ██║ ██║ + ╚══════╝ ╚═════╝╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝ + Secure Centralized Robust Online Ticketing Tool + <?=__VERSION__?> + + * This is free and unencumbered software released into the public domain. * * Anyone is free to copy, modify, publish, use, compile, sell, or |