Changeset 12080


Ignore:
Timestamp:
2007/04/04 00:04:13 (17 years ago)
Author:
naka
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/data/downloads/module/security/security.php

    r12079 r12080  
    3232function sfCheckDataPath() { 
    3333    // ¥É¥­¥å¥á¥ó¥È¥ë¡¼¥È¤Î¥Ñ¥¹¤ò¿ä¬¤¹¤ë¡£ 
    34     $doc_root = ereg_replace(URL_DIR . "$","/",HTML_DIR); 
     34    $doc_root = ereg_replace(URL_DIR . "$","/",HTML_PATH); 
    3535    $arrResult['title'] = "ÀßÄê¥Õ¥¡¥¤¥ë¤ÎÊݸ¥Ñ¥¹"; 
    3636    $arrResult['result'] = $doc_root; 
Note: See TracChangeset for help on using the changeset viewer.