Update support.php

This commit is contained in:
Frank Hochmuth 2024-02-26 00:25:22 +01:00 committed by GitHub
parent a116db9acf
commit c1124d1d32
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -91,7 +91,7 @@
if (file_exists($setupfile)) {
echo '<p class="error"><strong>&#33;</strong> The setup file is located in the main directory!</p>';
} else {
echo '<p class="success"><strong>&#10003;</strong> No .htaccess file was found in the main directory.</p>';
echo '<p class="success"><strong>&#10003;</strong> The setup file was not found in the main directory.</p>';
}
?>