zm
2021-03-02 90c639c13bb9235c87f5f9ffdcde9350a62406d0
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');
}