Closed nicokaiser closed 10 years ago
Hosts.php uses "/tmp" for tempnam(). This should be sys_get_temp_dir() so it works in environments where /tmp is not available as temporary storage.
tempnam()
sys_get_temp_dir()
Hosts.php uses "/tmp" for
tempnam()
. This should besys_get_temp_dir()
so it works in environments where /tmp is not available as temporary storage.