From 1c791f6c6e61df84fced64cd08aaf37b7f03ae11 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Fri, 27 Sep 2002 15:36:21 +0000 Subject: [PATCH] *** empty log message *** --- htdocs/soc.php3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/soc.php3 b/htdocs/soc.php3 index 174a67bd8ee..40de61d1b8b 100644 --- a/htdocs/soc.php3 +++ b/htdocs/soc.php3 @@ -170,7 +170,7 @@ if ($action == 'create') { print 'Documents'; } else { - mkdir ("$docdir", 0700); + mkdir ("$docdir", 2775); if (file_exists ($docdir)) { print 'Documents'; }