Index: /branches/dev/data/downloads/module/security/security.php
===================================================================
--- /branches/dev/data/downloads/module/security/security.php	(revision 12081)
+++ /branches/dev/data/downloads/module/security/security.php	(revision 12082)
@@ -30,14 +30,18 @@
 //-------------------------------------------------------------------------------------------------------
 // ÀßÄê¥Õ¥¡¥¤¥ë(data)¤Î¥Ñ¥¹¤¬¸ø³«¥Ñ¥¹¤Ç¤Ê¤¤¤«³ÎÇ§¤¹¤ë
-function sfCheckDataPath() {
+function sfCheckOpenData() {
     // ¥É¥­¥å¥á¥ó¥È¥ë¡¼¥È¤Î¥Ñ¥¹¤ò¿äÂ¬¤¹¤ë¡£
     $doc_root = ereg_replace(URL_DIR . "$","/",HTML_PATH);
-    $arrResult['title'] = "ÀßÄê¥Õ¥¡¥¤¥ë¤ÎÊÝÂ¸¥Ñ¥¹";
-    
     $data_path = realpath(DATA_PATH);
     
-    $arrResult['result'] = $data_path;
-    
-    
+    if(ereg("^".$doc_root, $data_path)) {
+        $arrResult['result'] = "¡ß";
+        $arrResult['detail'] = "¸ø³«";
+    } else {
+        $arrResult['result'] = "¡û";
+        $arrResult['detail'] = "¸ø³«¤µ¤ì¤Æ¤¤¤ë²ÄÇ½À­¤ÏÄã¤¤¤Ç¤¹¡£";        
+    }
+        
+    $arrResult['title'] = "ÀßÄê¥Õ¥¡¥¤¥ë¤ÎÊÝÂ¸¥Ñ¥¹";
     return $arrResult;
 }
Index: /branches/dev/data/downloads/module/security/security.tpl
===================================================================
--- /branches/dev/data/downloads/module/security/security.tpl	(revision 12077)
+++ /branches/dev/data/downloads/module/security/security.tpl	(revision 12082)
@@ -73,6 +73,7 @@
 									<table width="442" border="0" cellspacing="1" cellpadding="5" summary=" ">
 										<tr bgcolor="#f2f1ec" align="center" class="fs12n">
-											<td width="140">¥Á¥§¥Ã¥¯ÆâÍÆ</td>
-											<td width="300">·ë²Ì</td>
+											<td width="120">¥Á¥§¥Ã¥¯ÆâÍÆ</td>
+											<td width="20">·ë²Ì</td>
+											<td width="300">¾ÜºÙ</td>
 										</tr>
 										<!--{section name=i loop=$arrList}-->
@@ -80,4 +81,5 @@
 											<td bgcolor="#ffffff"><!--{$arrList[i].title}--></td>
 											<td bgcolor="#ffffff"><!--{$arrList[i].result}--></td>
+											<td bgcolor="#ffffff"><!--{$arrList[i].detail}--></td>
 										</tr>
 										<!--{/section}-->
