This commit is contained in:
=
2022-02-19 14:11:08 +01:00
parent 4ffba77452
commit d1fb93ca2e
9 changed files with 418 additions and 76 deletions

View File

@@ -153,4 +153,5 @@ mustLogin();
})();
</script>
<?php
/** 环境检测 */ if ($config['checkEnv']) require_once APP_ROOT . '/application/check.php';
require_once APP_ROOT . '/application/footer.php';