From 87d1bcf3fa2b42f2f159286f3c4f93fe63989688 Mon Sep 17 00:00:00 2001 From: zero Date: Thu, 5 Jul 2007 01:53:58 +0000 Subject: [PATCH] =?UTF-8?q?=ED=8A=B9=EC=A0=95=20=EB=B3=B4=EC=95=88=20?= =?UTF-8?q?=EC=A1=B0=EA=B1=B4=EC=83=81=20files=EC=9D=98=20=ED=8D=BC?= =?UTF-8?q?=EB=AF=B8=EC=85=98=EC=9D=B4=20707=EB=A1=9C=20=EB=90=98=EC=96=B4?= =?UTF-8?q?=20=EC=9E=88=EC=9D=84=EB=95=8C=20compiled=20js=ED=8C=8C?= =?UTF-8?q?=EC=9D=BC=EC=9D=84=20access=ED=95=98=EC=A7=80=20=EB=AA=BB?= =?UTF-8?q?=ED=95=B4=EC=84=9C=20=EB=AC=B8=EC=A0=9C=20=EB=B0=9C=EC=83=9D?= =?UTF-8?q?=ED=95=98=EA=B8=B0=EC=97=90=20=ED=8D=BC=EB=AF=B8=EC=85=98?= =?UTF-8?q?=EC=9D=84=20777=EB=A1=9C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/trunk@1869 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- classes/file/FileHandler.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/classes/file/FileHandler.class.php b/classes/file/FileHandler.class.php index 17f2dc7cc..f4d3038ce 100644 --- a/classes/file/FileHandler.class.php +++ b/classes/file/FileHandler.class.php @@ -89,8 +89,8 @@ if(!$path_list[$i]) continue; $path .= $path_list[$i].'/'; if(!is_dir($path)) { - @mkdir($path, 0707); - @chmod($path, 0707); + @mkdir($path, 0777); + @chmod($path, 0777); } }