zm
2021-04-01 802c31297a1ae5b8c2e8fb5c62e9790dfc5d7583
commit | author | age
90c639 1 <?php
Z 2 if (file_exists(__DIR__ . '/install.lock')) {
3     header('location: web/index.php');
4 } else {
5     header('location: web/index.php?r=install');
6 }