You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$output.='<span class="tootpress-healtycheck-error"> Error: </span> Directory '.esc_html($apidata_dir_path).' not found.';
101
+
} elseif (is_writable($apidata_dir_path)) {
102
+
$output.='Directory '.esc_html($apidata_dir_path).' exists and is writable.';
102
103
} else {
103
-
$output.='<span class="tootpress-healtycheck-error"> Error: </span> Directory /wp-content/uploads/tootpress-mastodonapidata is not writable.';
104
+
$output.='<span class="tootpress-healtycheck-error"> Error: </span> Directory '.esc_html($apidata_dir_path).' is not writable.';
104
105
}
105
106
$output.='<br/>';
106
-
if ( ! file_exists( tootpress_get_path_image_directory() ) ) {
107
-
$output.='<span class="tootpress-healtycheck-error"> Error: </span> Directory /wp-content/uploads/tootpress-images not found.';
0 commit comments