Changeset 12079


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

Legend:

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

    r12078 r12079  
    2222$objQuery = new SC_Query(); 
    2323 
    24 $arrList[0]['title'] = "ÀßÄê¥Õ¥¡¥¤¥ë¤ÎÊݸ¥Ñ¥¹"; 
    25 $arrList[0]['result'] = ""; 
    26  
    27 $arrList[1]['title'] = "¥¿¥¤¥È¥ë2"; 
    28 $arrList[1]['result'] = "·ë²Ì2"; 
     24$arrList[] = sfCheckDataPath(); 
    2925 
    3026$objPage->arrList = $arrList; 
     
    3632function sfCheckDataPath() { 
    3733    // ¥É¥­¥å¥á¥ó¥È¥ë¡¼¥È¤Î¥Ñ¥¹¤ò¿ä¬¤¹¤ë¡£ 
    38      
    39      
     34    $doc_root = ereg_replace(URL_DIR . "$","/",HTML_DIR); 
     35    $arrResult['title'] = "ÀßÄê¥Õ¥¡¥¤¥ë¤ÎÊݸ¥Ñ¥¹"; 
     36    $arrResult['result'] = $doc_root; 
     37    return $arrResult; 
    4038} 
    4139 
Note: See TracChangeset for help on using the changeset viewer.