From 701e0ce938a47d79f70e67deaffffe4744994e39 Mon Sep 17 00:00:00 2001 From: Frank Hochmuth Date: Fri, 8 Mar 2024 00:08:07 +0100 Subject: [PATCH] Update support.php --- admin/support.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/admin/support.php b/admin/support.php index b091c1e..f170964 100644 --- a/admin/support.php +++ b/admin/support.php @@ -276,14 +276,14 @@ if (file_exists("{$BASE_DIR}/fp-content/images/.thumbs")) { $test_file = @fopen("{$BASE_DIR}/fp-content/images/.thumbs/chmod-test-file", "a+"); if ($test_file) { - echo '

The images/.thump directory is writable.

'; + echo '

The images/.thumbs directory is writable.

'; } else { - echo '

! The images/.thump directory is not writable!

'; + echo '

! The images/.thumbs directory is not writable!

'; } @fclose($test_file); @unlink("{$BASE_DIR}/fp-content/images/chmod-test-file"); } else { - echo '

The .thump directory does not exist, but is created automatically as soon as a thumbnail has been created with the Thumbnails plugin

'; + echo '

The .thumbs directory does not exist, but is created automatically as soon as a thumbnail has been created with the Thumbnails plugin

'; } ?>