diff options
author | Malf Furious <m@lfurio.us> | 2018-02-07 20:22:10 -0500 |
---|---|---|
committer | Malf Furious <m@lfurio.us> | 2018-02-07 20:22:10 -0500 |
commit | e49f1833b0ba53f32de1cfd47d813e8b0208826c (patch) | |
tree | 2b967344464a96d6784b3b8251db5b096ba4d55f /app | |
parent | 143615fc1761f1cfaa368bb8573473e80af7e27a (diff) | |
download | scrott-e49f1833b0ba53f32de1cfd47d813e8b0208826c.tar.gz scrott-e49f1833b0ba53f32de1cfd47d813e8b0208826c.zip |
Update stdpage\head()
Added name and version number to information comment.
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 |