Changeset 12101


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

Legend:

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

    r12100 r12101  
    106106        } 
    107107         
    108         $arrResult['result'] = "¡ß"; 
    109         $arrResult['detail'] = $data; 
    110          
    111          
     108        if(ereg("DB_PASSWORD", $data)) { 
     109            $arrResult['result'] = "¡ß"; 
     110            $arrResult['detail'] = 'install.inc¤ò±£Êä·¤Þ¤¹¤«¡©'; 
     111        } else { 
     112            $arrResult['result'] = "¡û"; 
     113            $arrResult['detail'] = "install.inc¤Î±£ÊýèÍý¤¬¤È¤é¤ì¤Æ¤¤¤Þ¤¹¡£";                        
     114        } 
    112115    } else { 
    113116        $arrResult['result'] = "¡û"; 
Note: See TracChangeset for help on using the changeset viewer.