Changeset 12084


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

Legend:

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

    r12083 r12084  
    3535    $data_path = realpath(DATA_PATH); 
    3636     
     37    // data¤Î¥Ñ¥¹¤¬¥É¥­¥å¥á¥ó¥È¥ë¡¼¥È°Ê²¼¤Ë¤¢¤ë¤«È½Äê 
    3738    if(ereg("^".$doc_root, $data_path)) { 
    3839        $arrResult['result'] = "¡ß"; 
     
    4041    } else { 
    4142        $arrResult['result'] = "¡û"; 
    42         $arrResult['detail'] = "¸ø³«¤µ¤ì¤Æ¤¤¤ë²ÄǽÀ­¤ÏÄ㤤¤Ç¤¹¡£";         
     43        $arrResult['detail'] = "ÀßÄê¥Õ¥¡¥¤¥ë¤¬¸ø³«¤µ¤ì¤Æ¤¤¤ë²ÄǽÀ­¤ÏÄ㤤¤Ç¤¹¡£";         
    4344    } 
    44          
     45     
    4546    $arrResult['title'] = "ÀßÄê¥Õ¥¡¥¤¥ë¤ÎÊݸ¥Ñ¥¹"; 
    4647    return $arrResult; 
Note: See TracChangeset for help on using the changeset viewer.