summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-11-18 13:02:38 +0100
committerAndrew Dolgov <[email protected]>2005-11-18 13:02:38 +0100
commit717f5e645b47a444bb0a2f524658e36ad1a4b74f (patch)
tree3328157b618f6eef598f4e530b422349704ede1a /functions.php
parentab15e65ddc28ee3a91405d960d31a82a676c4e22 (diff)
user details for user manager
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/functions.php b/functions.php
index 9a6f70184..730b1fedd 100644
--- a/functions.php
+++ b/functions.php
@@ -106,6 +106,9 @@
if (!rename($tmpfname, $icon_file)) {
unlink($tmpfname);
}
+
+ chmod($icon_file, 0644);
+
error_reporting (E_ERROR | E_WARNING | E_PARSE);
}