fix upload path

This commit is contained in:
2026-02-25 10:20:45 -05:00
parent 559ca40238
commit 8d232031d6

View File

@@ -84,7 +84,7 @@ $is_writable = @file_exists($test_file);
if ($is_writable) {
@unlink($test_file);
} else {
$temporary_directory = FCPATH . "uploads" . DIRECTORY_SEPARATOR;
$temporary_directory = FCPATH . "uploads";
}
define("PANCAKE_TEMP_DIR", $temporary_directory);