From 4035fe260b7bea4f6865763a3a50fccf66199a28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E8=83=A1?= <3203164629@qq.com> Date: Mon, 6 Feb 2023 07:32:51 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=9C=BA=E6=9E=84=E7=94=A8?= =?UTF-8?q?=E6=88=B7=E6=8F=92=E4=BB=B6=E5=BC=82=E5=B8=B8=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 小胡 <3203164629@qq.com> --- install/update.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/install/update.php b/install/update.php index c32cf1f..c2b7444 100644 --- a/install/update.php +++ b/install/update.php @@ -329,8 +329,8 @@ if($_GET['step'] == 'start') { DB::delete('app_market', array('appurl' => '{adminscript}?mod=filemanage')); } if(!DB::result_first("select COUNT(*) from %t where appurl=%s",array('app_market','{dzzscript}?mod=orguser'))){ - C::t('app_market')->insert(array('appname'=>'文件管理', - 'appico'=>'appico/201712/21/175535t47bad99b7sssdwq.png', + C::t('app_market')->insert(array('appname'=>'机构用户', + 'appico'=>'appico/201712/21/131016is1wjww2uwvljllw.png', 'appurl'=>'{dzzscript}?mod=orguser', 'appdesc'=>'', 'dateline'=>TIMESTAMP, @@ -353,7 +353,7 @@ if($_GET['step'] == 'start') { 'version'=>'2.0', 'check_upgrade_time'=>'20220204'),0,1); }else{ - DB::delete('app_market', array('appurl' => '{adminscript}?mod=filemanage')); + DB::delete('app_market', array('appurl' => '{adminscript}?mod=orguser')); } if(!DB::result_first("select COUNT(*) from %t where appurl=%s",array('app_market','{dzzscript}?mod=share'))){ C::t('app_market')->insert(array('appname'=>'分享管理', @@ -877,4 +877,4 @@ function create_table($sql, $dbcharset) { (" ENGINE=$type DEFAULT CHARSET=".$dbcharset); } -?> +?> \ No newline at end of file