mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-06 05:49:14 +00:00
new option: TMP_DIRECTORY
This commit is contained in:
@@ -138,7 +138,7 @@
|
||||
error_reporting (DEFAULT_ERROR_LEVEL);
|
||||
|
||||
if ($r) {
|
||||
$tmpfname = tempnam("/tmp", "ttrssicon");
|
||||
$tmpfname = tempnam(TMP_DIRECTORY, "ttrssicon");
|
||||
|
||||
$t = fopen($tmpfname, "w");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user