Plugin Directory

Changeset 412964


Ignore:
Timestamp:
07/21/2011 05:43:38 AM (15 years ago)
Author:
q409640976
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • clickchina/trunk/run.php

    r412954 r412964  
    5757    }
    5858    if(!$istrue)
    59                 wp_die('请按提示点击正确的图形');
     59    {
     60        $lang = "l".$_SERVER['HTTP_ACCEPT_LANGUAGE'];
     61            if(strpos($lang,"zh"))
     62                wp_die('图形点击错误,请返回刷新');
     63            else
     64                wp_die('You clicked The wrong picture,Please try again');
     65    }
     66               
    6067 }         
    6168else wp_die('错误请求');   
Note: See TracChangeset for help on using the changeset viewer.