Add file comments with Jump banner

This commit is contained in:
Dale Davies
2022-07-19 16:38:55 +01:00
parent 93bab6bdab
commit cc00b97ca0
29 changed files with 302 additions and 25 deletions

View File

@@ -1,11 +1,19 @@
<?php
/**
* Edit the configuration below to suit your requirements.
* ██ ██ ██ ███ ███ ██████
* ██ ██ ██ ████ ████ ██ ██
* ██ ██ ██ ██ ████ ██ ██████
* ██ ██ ██ ██ ██ ██ ██ ██
* █████ ██████ ██ ██ ██
*
* @author Dale Davies <dale@daledavies.co.uk>
* @copyright Copyright (c) 2022, Dale Davies
* @license MIT
*/
/**
* Edit the configuration below to suit your requirements.
*/
return [
// The site name is displayed in the browser tab.
'sitename' => getenv('SITENAME') ?: 'Jump',