Ignore:
Timestamp:
2007/04/04 00:22:01 (19 years ago)
Author:
naka
Message:
 
File:
1 edited

Legend:

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

    r12087 r12088  
    3838    if(ereg("^".$doc_root, $data_path)) { 
    3939        $arrResult['result'] = "¡ß"; 
    40         $arrResult['detail'] = "¸ø³«"; 
     40        $arrResult['detail'] = "ÀßÄê¥Õ¥¡¥¤¥ë¤¬¸ø³«¤µ¤ì¤Æ¤¤¤ë²ÄǽÀ­¤Ï¹â¤¤"; 
    4141    } else { 
    4242        $arrResult['result'] = "¡û"; 
    43         $arrResult['detail'] = "ÀßÄê¥Õ¥¡¥¤¥ë¤¬¸ø³«¤µ¤ì¤Æ¤¤¤ë²ÄǽÀ­¤ÏÄ㤤¤Ç¤¹¡£";         
     43        $arrResult['detail'] = "ÀßÄê¥Õ¥¡¥¤¥ë¤¬¸ø³«¤µ¤ì¤Æ¤¤¤ë²ÄǽÀ­¤ÏÄ㤤";         
    4444    } 
    4545     
Note: See TracChangeset for help on using the changeset viewer.