]> git.wh0rd.org - tt-rss.git/blobdiff - functions.php
user details for user manager
[tt-rss.git] / functions.php
index 9a6f70184d4b0e8f109a44a2d280f56b8ca3bd71..730b1fedd73b144c51901ca118cf22e10ec2f1de 100644 (file)
                                if (!rename($tmpfname, $icon_file)) {
                                        unlink($tmpfname);
                                }
+
+                               chmod($icon_file, 0644);
+                               
                                error_reporting (E_ERROR | E_WARNING | E_PARSE);
 
                        }