zm
2021-04-01 802c31297a1ae5b8c2e8fb5c62e9790dfc5d7583
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');
}