dashboard
repositories
filestore
activity
search
login
php
/
chandizhida-backend
产地直达后端
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
init
zm
2021-03-02
90c639c13bb9235c87f5f9ffdcde9350a62406d0
[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');
}