最新服务器上的版本,以后用这个
zhangmeng
2023-04-19 e3f5aa12f58d986098a9de0f5cb38060e403036d
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 }