Index: branches/dev/data/downloads/module/security/security.php
===================================================================
--- branches/dev/data/downloads/module/security/security.php	(revision 12085)
+++ branches/dev/data/downloads/module/security/security.php	(revision 12087)
@@ -32,5 +32,5 @@
 function sfCheckOpenData() {
     // ¥É¥­¥å¥á¥ó¥È¥ë¡¼¥È¤Î¥Ñ¥¹¤ò¿äÂ¬¤¹¤ë¡£
-    $doc_root = ereg_replace(URL_DIR . "html/$","/",HTML_PATH);
+    $doc_root = ereg_replace(URL_DIR . "$","/",HTML_PATH);
     $data_path = realpath(DATA_PATH);
     
