From 122cf74c06f5f8d8becb496600455701b4220fa5 Mon Sep 17 00:00:00 2001 From: samilliken Date: Thu, 24 Aug 2023 10:27:24 -0400 Subject: [PATCH] Change the location of the custom html addendum from sitecontact.html to assets/sitecontact.html for consistency in localized content. --- index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index 10d526c34..bcd028285 100644 --- a/index.php +++ b/index.php @@ -147,8 +147,8 @@
'; -if( file_exists("sitecontact.html") ) { - include( "sitecontact.html" ); +if( file_exists("assets/sitecontact.html") ) { + include( "assets/sitecontact.html" ); } echo '