Update support.php

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

View File

@ -271,7 +271,7 @@
}
?>
<p>This thump directory must have write permissions so that scalable images can be created.</p>
<p>This thumbs directory must have write permissions so that scalable images can be created.</p>
<?php
if (file_exists("{$BASE_DIR}/fp-content/images/.thumbs")) {
$test_file = @fopen("{$BASE_DIR}/fp-content/images/.thumbs/chmod-test-file", "a+");