diff options
author | Andreas Gohr <andi@splitbrain.org> | 2006-02-25 17:22:30 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2006-02-25 17:22:30 +0100 |
commit | fdd20f15d2f83e95b6d2e2baa551f80c1c1c6088 (patch) | |
tree | 468c565651aad2721cdccd9c314a4c19a6728b45 /inc/init.php | |
parent | 44881d272282937c9bb745f462c947319d404dd0 (diff) | |
download | rpg-fdd20f15d2f83e95b6d2e2baa551f80c1c1c6088.tar.gz rpg-fdd20f15d2f83e95b6d2e2baa551f80c1c1c6088.tar.bz2 |
removed obsolete toc unit test
darcs-hash:20060225162230-7ad00-3694f6e8d8ae36a3814d2ce09bc400a33a0d89c5.gz
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(); |