diff options
Diffstat (limited to 'inc/init.php')
-rw-r--r-- | inc/init.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/inc/init.php b/inc/init.php index 855096bae..114c012f6 100644 --- a/inc/init.php +++ b/inc/init.php @@ -101,10 +101,6 @@ if(($conf['umask'] != umask()) or ($conf['dmode'] != 0666)) { $conf['dmask'] = $conf['dmode'] & ~$conf['umask']; } -# print "$name:".sprintf("dmask:%04o<br>\n",$conf['dmode'])."\n"; -# print "$name:".sprintf("umask:%04o<br>\n",$conf['umask'])."\n"; -# print "$name:".sprintf("dmask:%04o<br>\n",$conf['dmask'])."\n"; -# exit; // make real paths and check them init_paths(); |