dashboard
repositories
filestore
activity
search
login
php
/
chandizhida-backend
产地直达后端
summary
reflog
commits
tree
docs
forks
compare
view
|
history
|
commit
|
commitdiff
提货卡导出功能开发完成
zm
2021-03-25
d84ff6053b22269a6c59dc005e9efb8de6595988
[php/chandizhida-backend.git]
/
index.php
commit
|
author
|
age
90c639
1
<?php
Z
2
if (file_exists(__DIR__ . '/install.lock')) {
3
header('location: web/index.php');
4
} else {
5
header('location: web/index.php?r=install');
6
}