From c1124d1d3213fa8ecb450c75a8c019a1d24f63b8 Mon Sep 17 00:00:00 2001 From: Frank Hochmuth Date: Mon, 26 Feb 2024 00:25:22 +0100 Subject: [PATCH] Update support.php --- admin/support.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/support.php b/admin/support.php index e6a0c49..2c596c5 100644 --- a/admin/support.php +++ b/admin/support.php @@ -91,7 +91,7 @@ if (file_exists($setupfile)) { echo '

! The setup file is located in the main directory!

'; } else { - echo '

No .htaccess file was found in the main directory.

'; + echo '

The setup file was not found in the main directory.

'; } ?>