\n
' . lang('login_cp_noaccess') . '
'; } elseif ($this -> cpaccess == -1) { include template ('common/adminlogineer'); $ltime = $this -> sessionlife - (TIMESTAMP - $this -> adminsession['dateline']); echo '' . lang('login_cplock', array('ltime' => $ltime)) . '
'; } elseif ($this -> cpaccess == -4) { include template ('common/adminlogineer'); $ltime = $this -> sessionlife - (TIMESTAMP - $this -> adminsession['dateline']); echo '' . lang('login_user_lock') . '
'; } else { html_login_form(); } html_login_footer(); function html_login_footer($halt = true) { $version = CORE_VERSION; $release = CORE_RELEASE; $halt && exit(); } function html_login_form() { global $_G; $uid = getglobal('uid'); $isguest = !getglobal('uid'); $lang1 = lang(); $maintitle=lang('title_admincp'); $loginuser = $isguest ? '