zm
2021-04-09 93652ca875fc904a25a7f214adc548745573950a
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');
}