dashboard
repositories
filestore
activity
search
login
php
/
chandizhida_backend_v2
最新服务器上的版本,以后用这个
summary
reflog
commits
tree
docs
forks
compare
view
|
history
|
commit
|
commitdiff
修改发出订单表格中不显示提货卡号数据的bug 修改批量导出订单菜单的路由为和订单列表一样
zhangmeng
2023-04-23
ef6f7d8585aaa6f81579d690972fafa49c6d3426
[php/chandizhida_backend_v2.git]
/
index.php
commit
|
author
|
age
2207d6
1
<?php
W
2
if (file_exists(__DIR__ . '/install.lock')) {
3
header('location: web/index.php');
4
} else {
5
header('location: web/index.php?r=install');
6
}