From 74052656543e08b10126c40d65e8c91fd2b0f119 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E8=83=A1?= <3203164629@qq.com> Date: Wed, 18 Jan 2023 13:31:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=87=B3V1.70=EF=BC=8C?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=86=85=E5=AE=B9=E5=9C=A8=E7=AC=94=E8=AE=B0?= =?UTF-8?q?=E4=B8=AD=E6=9F=A5=E7=9C=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/appmarket/default.php | 2 +- admin/setting/index.php | 1 - admin/setting/template/main.htm | 5 +- user/login/template/login_single.htm | 146 ++++++++-------- user/login/template/login_single1.htm | 229 ++++++++++++++++---------- user/profile/template/left.htm | 2 +- user/qqlogin.php | 4 +- 7 files changed, 221 insertions(+), 168 deletions(-) diff --git a/admin/appmarket/default.php b/admin/appmarket/default.php index ffc5bf5..d0451f5 100644 --- a/admin/appmarket/default.php +++ b/admin/appmarket/default.php @@ -61,7 +61,7 @@ $keyword = trim($_GET['keyword']); $page = empty($_GET['page']) ? 1 : intval($_GET['page']); $perpage = 20; -$gets = array('mod' => 'app', 'op' => 'default', 'keyword' => $keyword, 'depid' => $depid, 'group' => $group, 'position' => $position, ); +$gets = array('mod' => 'appmarket', 'op' => 'default', 'keyword' => $keyword, 'depid' => $depid, 'group' => $group, 'position' => $position, ); $theurl = BASESCRIPT . "?" . url_implode($gets); $refer = urlencode($theurl . '&page=' . $page); diff --git a/admin/setting/index.php b/admin/setting/index.php index 93bb7a7..93df2af 100644 --- a/admin/setting/index.php +++ b/admin/setting/index.php @@ -175,7 +175,6 @@ if (!submitcheck('settingsubmit')) { $setting['mail'] = dunserialize($setting['mail']); $oldsmtp = $settingnew['mail']['mailsend'] == 3 ? $settingnew['mail']['smtp'] : $settingnew['mail']['esmtp']; $deletesmtp = $settingnew['mail']['mailsend'] != 1 ? ($settingnew['mail']['mailsend'] == 3 ? $settingnew['mail']['smtp']['delete'] : $settingnew['mail']['esmtp']['delete']) : array(); - $setting['tzxxyjtz'] = intval($settingnew['tzxxyjtz']); $settingnew['mail']['smtp'] = array(); foreach ($oldsmtp as $id => $value) { if ((empty($deletesmtp) || !in_array($id, $deletesmtp)) && !empty($value['server']) && !empty($value['port'])) { diff --git a/admin/setting/template/main.htm b/admin/setting/template/main.htm index d5b958e..94caaf5 100644 --- a/admin/setting/template/main.htm +++ b/admin/setting/template/main.htm @@ -557,7 +557,6 @@