From 8cdaac3f7f9686204f35b1af66bf5f19f4264450 Mon Sep 17 00:00:00 2001 From: augushong Date: Mon, 20 Dec 2021 09:46:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=BB=98=E8=AE=A4=E7=9A=84?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E8=A1=A8=E5=89=8D=E7=BC=80;?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/install.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/install.php b/public/install.php index 05a3f9a..fbf2064 100644 --- a/public/install.php +++ b/public/install.php @@ -239,7 +239,7 @@ function parseSql($sql = '', $to, $from) function install($username, $password, $config, $adminUrl) { $sqlPath = file_get_contents(INSTALL_PATH . 'sql' . DS . 'install.sql'); - $sqlArray = parseSql($sqlPath, $config['prefix'], 'ea_'); + $sqlArray = parseSql($sqlPath, $config['prefix'], 'ul_'); Db::startTrans(); try { foreach ($sqlArray as $vo) { @@ -455,7 +455,7 @@ EOT;
- +