diff --git a/pancake/system/pancake/config/constants.php b/pancake/system/pancake/config/constants.php index 5661c33..3f8fd4e 100755 --- a/pancake/system/pancake/config/constants.php +++ b/pancake/system/pancake/config/constants.php @@ -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);