From 53198d4d0f8d2ffe5f49032222b00a5c1845c4a4 Mon Sep 17 00:00:00 2001 From: xodivorce Date: Fri, 30 Aug 2024 17:29:47 +0530 Subject: [PATCH] v2.1.1 --- .env.example | 2 ++ htdocs/assets/_header.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 4675fadb..eee94684 100644 --- a/.env.example +++ b/.env.example @@ -1,3 +1,5 @@ +#This is an example of secret environmental variables +#original environmental variable should be created with .env filename DOMAIN = "Your Domain Name Here" DB_HOST = "Your Database Host Name Her" DB_USER = "Your Database Username Here" diff --git a/htdocs/assets/_header.php b/htdocs/assets/_header.php index 9076c93e..99eb5c9c 100755 --- a/htdocs/assets/_header.php +++ b/htdocs/assets/_header.php @@ -6,7 +6,7 @@ Xeorl
- 2.1.0 + 2.1.1