1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-20 08:41:29 +00:00

user details for user manager

This commit is contained in:
Andrew Dolgov
2005-11-18 13:02:38 +01:00
parent ab15e65ddc
commit 717f5e645b
4 changed files with 119 additions and 10 deletions

View File

@@ -106,6 +106,9 @@
if (!rename($tmpfname, $icon_file)) {
unlink($tmpfname);
}
chmod($icon_file, 0644);
error_reporting (E_ERROR | E_WARNING | E_PARSE);
}