This commit is contained in:
icret
2023-04-12 15:30:49 +08:00
parent 9a3780a0ee
commit 55a7c2e51a
11 changed files with 51 additions and 8 deletions

View File

@@ -1,4 +1,8 @@
<?php
/** 禁止直接访问 */
defined('APP_ROOT') ?: exit;
/*
// 检查当前PHP版本是否大于7.0
if (PHP_VERSION < 7) {