diff --git a/.env.example b/.env.example
index ec4ee0d..87f6e79 100755
--- a/.env.example
+++ b/.env.example
@@ -4,8 +4,9 @@ APP_KEY=
APP_DEBUG=true
APP_URL=http://localhost
APP_LOGO="https://www.raspberrypi.org/app/uploads/2020/05/Raspberry-Pi-OS-downloads-image-150x150-1.png"
+APP_AUTH_BANNER=""
APP_SITEHOMEPAGE=""
-# This can be your main homepage, other than this site itself
+# The auth banner is a relative path
# Hides IP addresses
HIDE_IPS=false
diff --git a/.idea/php.xml b/.idea/php.xml
index f41ef1f..1a033c9 100755
--- a/.idea/php.xml
+++ b/.idea/php.xml
@@ -154,12 +154,16 @@