summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
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);
}