dashboard
repositories
filestore
activity
search
login
php
/
chandizhida_backend_v2
最新服务器上的版本,以后用这个
summary
reflog
commits
tree
docs
forks
compare
view
|
history
|
commit
|
commitdiff
订单列表页面备注和提货卡信息分开显示
zhangmeng
2023-04-19
e3f5aa12f58d986098a9de0f5cb38060e403036d
[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
}