From fdd20f15d2f83e95b6d2e2baa551f80c1c1c6088 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Sat, 25 Feb 2006 17:22:30 +0100 Subject: removed obsolete toc unit test darcs-hash:20060225162230-7ad00-3694f6e8d8ae36a3814d2ce09bc400a33a0d89c5.gz --- inc/init.php | 4 ---- 1 file changed, 4 deletions(-) (limited to 'inc') 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
\n",$conf['dmode'])."\n"; -# print "$name:".sprintf("umask:%04o
\n",$conf['umask'])."\n"; -# print "$name:".sprintf("dmask:%04o
\n",$conf['dmask'])."\n"; -# exit; // make real paths and check them init_paths(); -- cgit v1.2.3