zm
2021-03-25 d84ff6053b22269a6c59dc005e9efb8de6595988
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 }