Update support.php

This commit is contained in:
Frank Hochmuth 2024-03-08 00:21:30 +01:00 committed by GitHub
parent f26aaafcc6
commit 4602437619
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -283,7 +283,7 @@
@fclose($test_file); @fclose($test_file);
@unlink("{$BASE_DIR}/fp-content/images/chmod-test-file"); @unlink("{$BASE_DIR}/fp-content/images/chmod-test-file");
} else { } else {
echo '<p class="attention"><strong>&#8505;</strong> The .thumbs directory does not exist, but is created automatically as soon as a thumbnail has been created with the Thumbnails plugin</p>'; echo '<p class="attention"><strong>&#8505;</strong> The .thumbs directory does not exist, but is created automatically as soon as a thumbnail has been created with the Thumbnails plugin.</p>';
} }
?> ?>