diff --git a/plugins/_disabled/zip/zip.php b/plugins/_disabled/zip/zip.php index df82efe..1fdb48d 100644 --- a/plugins/_disabled/zip/zip.php +++ b/plugins/_disabled/zip/zip.php @@ -63,7 +63,7 @@ else { if (is_dir("$bizouRootFromHere/".IMAGES_DIR."/".$folder)) { - $tmp = tempnam("/tmp", "bizou_"); // Getting a temporary file. + $tmp = tempnam(ini_get("upload_tmp_dir"), "bizou_"); // Getting a temporary file. unlink($tmp); // Deleting the temporary file in order to recreate it as a zip archive. // Creating zip archive.