summaryrefslogtreecommitdiff
path: root/doku.php
diff options
context:
space:
mode:
Diffstat (limited to 'doku.php')
-rw-r--r--doku.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/doku.php b/doku.php
index f18bd697b..36aece430 100644
--- a/doku.php
+++ b/doku.php
@@ -162,4 +162,7 @@
}
if(substr($ACT,0,6) != 'export') html_footer();
+
+ //restore old umask
+ umask($conf['oldumask']);
?>