Server : Apache
System : Linux iZ2vcgyutqttsd1p850kl8Z 3.10.0-1160.92.1.el7.x86_64 #1 SMP Tue Jun 20 11:48:01 UTC 2023 x86_64
User : www ( 1000)
PHP Version : 5.6.40
Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv
Directory :  /www/wwwroot/saimikebio.com/languages/zh_cn/admin/
Upload File :
Current Directory [ Writeable ] Root Directory [ Writeable ]


Current File : /www/wwwroot/saimikebio.com/languages/zh_cn/admin/get_password.php
<?php

/**
 * ECSHOP 管理中心管理员密码取回文件
 * ============================================================================
 * * 版权所有 2005-2012 上海商派网络科技有限公司,并保留所有权利。
 * 网站地址: http://www.ecshop.com;
 * ----------------------------------------------------------------------------
 * 这不是一个自由软件!您只能在不用于商业目的的前提下对程序代码进行修改和
 * 使用;不允许对程序代码以任何形式任何目的的再发布。
 * ============================================================================
 * $Author: liubo $
 * $Id: get_password.php 17217 2011-01-19 06:29:08Z liubo $
*/

/* 字段信息 */
$_LANG['user_name'] = '管理员用户名';
$_LANG['email'] = 'Email地址';
$_LANG['enter_admin_pwd'] = '管理员新密码';
$_LANG['confirm_admin_pwd'] = '管理员确认密码';
$_LANG['get_newpassword'] = '管理员密码找回';
$_LANG['click_button'] = '确定';
$_LANG['reset_button'] = '重置';
$_LANG['admin_login'] = '登录首页';

$_LANG['login_now'] = '立即登录';

/* 提示信息 */
$_LANG['js_languages']['user_name_empty'] = '管理员用户名不能为空!';
$_LANG['js_languages']['email_empty'] = 'Email地址不能为空!';
$_LANG['js_languages']['email_error'] = 'Email地址格式不正确!';
$_LANG['js_languages']['admin_pwd_empty'] = '请输入管理员新密码!';
$_LANG['js_languages']['confirm_pwd_empty'] = '请输入管理员确认密码!';
$_LANG['js_languages']['both_pwd_error'] = '您两次输入的密码不一致!';

$_LANG['email_username_error'] = '用户名与Email地址不匹配,请返回!';
$_LANG['send_mail_error'] = '邮件发送错误, 请检查您的邮件服务器设置!';
$_LANG['code_param_error'] = '您执行了一个不合法的请求,请返回!';
$_LANG['send_success'] = '重置密码的邮件已经发到您的邮箱:';
$_LANG['update_pwd_success'] = '您的新密码已修改成功!';
$_LANG['update_pwd_failed'] = '修改新密码失败!';

?>