diff options
| author | Andrew Dolgov <fox@bah.spb.su> | 2005-11-18 13:02:38 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@bah.spb.su> | 2005-11-18 13:02:38 +0100 |
| commit | 717f5e645b47a444bb0a2f524658e36ad1a4b74f (patch) | |
| tree | 3328157b618f6eef598f4e530b422349704ede1a /functions.php | |
| parent | ab15e65ddc28ee3a91405d960d31a82a676c4e22 (diff) | |
user details for user manager
Diffstat (limited to 'functions.php')
| -rw-r--r-- | functions.php | 3 |
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); } |