nicokaiser / Dyndns

A simple DynDNS server in PHP
MIT License
101 stars 34 forks source link

/tmp is hard-coded for temporary file #9

Closed nicokaiser closed 10 years ago

nicokaiser commented 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.