更新版本 beta3.1

This commit is contained in:
zyx0814
2021-12-21 09:57:39 +08:00
Unverified
parent ea7b5f1462
commit 2defa0224a
60 changed files with 4259 additions and 1445 deletions

View File

@@ -6,9 +6,9 @@
@set_time_limit(0);
$appdata = DB::fetch_all("select * from %t where isdelete = 0 ",array('pichome_vapp'));
foreach($appdata as $v){
if($v['state'] == 1){
if($v['state'] == 2){
dfsockopen(getglobal('localurl'). 'index.php?mod=pichome&op=exportfile&appid='.$v['appid'],0, '', '', false, '', 1);
}elseif($v['state'] == 2){
}elseif($v['state'] == 3){
dfsockopen(getglobal('localurl'). 'index.php?mod=pichome&op=exportfilecheck&appid='.$v['appid'],0, '', '', false, '', 1);
}