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