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 @@