Browse Source

index redirect

pull/37/merge
zyx0814 7 years ago
committed by GitHub
parent
commit
a421aae2ce
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      dzz/index/index.php

4
dzz/index/index.php

@ -1,8 +1,8 @@
<?php
/*默认页跳转*/
$app=DB::fetch_first("select * from %t where `group`<3 and isshow>0 and `available`>0 ORDER BY disp",array('app_market'));
$app=DB::fetch_first("select * from %t where (`group`<3 ||identifier='appmanagement') and isshow>0 and `available`>0 ORDER BY disp",array('app_market'));
$url=replace_canshu($app['appurl']);
header("Location: ".$url);
exit();
exit();
Loading…
Cancel
Save