dashboard
repositories
filestore
activity
search
login
php
/
chandizhida-backend
产地直达后端
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
修改文字
zm
2021-04-01
802c31297a1ae5b8c2e8fb5c62e9790dfc5d7583
[php/chandizhida-backend.git]
/
index.php
1
2
3
4
5
6
<?php
if (file_exists(__DIR__ . '/install.lock')) {
header('location: web/index.php');
} else {
header('location: web/index.php?r=install');
}