24 lines
721 B
PHP
Executable File
24 lines
721 B
PHP
Executable File
<?php
|
|
|
|
/**
|
|
* [Discuz!] (C)2001-2099 Comsenz Inc.
|
|
* This is NOT a freeware, use is subject to license terms
|
|
*
|
|
* $Id$
|
|
*/
|
|
|
|
if(!defined('IN_DISCUZ')) {
|
|
exit('Access Denied');
|
|
}
|
|
|
|
$lang = array
|
|
(
|
|
'secmobile_name' => '验证安全手机任务',
|
|
'secmobile_desc' => '验证安全手机获得相应的奖励。',
|
|
'secmobile_view' => '<strong>请按照以下的说明来参与本任务:</strong>
|
|
<ul>
|
|
<li><a href="home.php?mod=spacecp&ac=profile&op=password" target="_blank">新窗口打开账号设置页面</a></li>
|
|
<li>在新打开的设置页面中,将自己的安全手机真实填写,随后获取并输入验证码</li>
|
|
<li>输入正确的验证码后点击提交即可</li>
|
|
</ul>',
|
|
); |