From c24b348f30d18e07ed0506503f0b7d70c4c48713 Mon Sep 17 00:00:00 2001 From: "MI15\\Win" <10359480+tznb@user.noreply.gitee.com> Date: Sun, 21 May 2023 21:13:54 +0800 Subject: [PATCH] v2.0.21-20230522 --- system/install.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/system/install.php b/system/install.php index 51d1d19..5914d6c 100644 --- a/system/install.php +++ b/system/install.php @@ -4,6 +4,8 @@ if(!defined('DIR')){header('HTTP/1.1 404 Not Found');header("status: 404 Not Fou //初始化 session_name('TwoNav_initial'); session_start(); +$layui['js'] = './static/Layui/v2.8.3/layui.js'; +$layui['css'] = './static/Layui/v2.8.3/css/layui.css'; //判断请求类型 if($_SERVER['REQUEST_METHOD'] === 'POST'){