sys_get_temp_dir
-
Hi,
in these two files:
includes/import-export.php on line 818
embedded/includes/module-manager.php on line 691sys_get_temp_dir() is not working correctly on shared hosting servers.
I suggest a little change that would work on both:
$temp_dir = ini_get('upload_tmp_dir') ? ini_get('upload_tmp_dir') : sys_get_temp_dir();
Thanks.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘sys_get_temp_dir’ is closed to new replies.