summaryrefslogtreecommitdiff
path: root/doku.php
diff options
context:
space:
mode:
authorandi <andi@splitbrain.org>2005-01-29 12:36:21 +0100
committerandi <andi@splitbrain.org>2005-01-29 12:36:21 +0100
commitb3222a5c05db1803dc03e8818ee8e6756f123ed0 (patch)
tree19ccb71656473a7308d2e9603c96ee877fbc998e /doku.php
parente647351c391704af7245316856e36e4986a9e4e4 (diff)
downloadrpg-b3222a5c05db1803dc03e8818ee8e6756f123ed0.tar.gz
rpg-b3222a5c05db1803dc03e8818ee8e6756f123ed0.tar.bz2
workaround for php umask bug (fixes #97)
darcs-hash:20050129113621-9977f-a3439b9f7a590d3c64522046e79001f0ba9b199b.gz
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']);
?>