Changeset 412964
- Timestamp:
- 07/21/2011 05:43:38 AM (15 years ago)
- File:
-
- 1 edited
-
clickchina/trunk/run.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
clickchina/trunk/run.php
r412954 r412964 57 57 } 58 58 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 60 67 } 61 68 else wp_die('错误请求');
Note: See TracChangeset
for help on using the changeset viewer.