changeset 1051:78449511df14

Fix permissions.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 21 Nov 2015 16:23:35 +0200
parents 0657ea84efe1
children fb5a468e647d e706cbcaf566
files faptool.php
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/faptool.php	Sat Nov 21 15:47:55 2015 +0200
+++ b/faptool.php	Sat Nov 21 16:23:35 2015 +0200
@@ -221,7 +221,7 @@
   wtPurgeDir($path);
 
   // Create temporary directory for unpacking
-  wtMakeDir($path, 0700);
+  wtMakeDir($path, 0755);
 
   // Save current working directory and chdir to target
   $cwd = getcwd();