mirror of
https://github.com/netcccyun/dnsmgr.git
synced 2026-05-09 07:06:26 +02:00
新增lucky部署,支持直接对接DNS服务商添加域名
This commit is contained in:
@@ -12,8 +12,8 @@
|
||||
// [ 应用入口文件 ]
|
||||
namespace think;
|
||||
|
||||
if (version_compare(PHP_VERSION, '7.4.0', '<')) {
|
||||
die('require PHP >= 7.4 !');
|
||||
if (version_compare(PHP_VERSION, '8.0.0', '<')) {
|
||||
die('require PHP >= 8.0 !');
|
||||
}
|
||||
|
||||
require __DIR__ . '/../vendor/autoload.php';
|
||||
|
||||
BIN
public/static/images/lucky.png
Normal file
BIN
public/static/images/lucky.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 11 KiB |
Reference in New Issue
Block a user