!26 update app/install/controller/Index.php.

Merge pull request !26 from chzbv1984/N/A
This commit is contained in:
meystack
2022-08-23 08:30:26 +00:00
committed by Gitee

View File

@@ -140,7 +140,7 @@ class Index extends BaseController
$mysql_table = @mysqli_query($connect, 'SHOW DATABASES');
while ($row = @mysqli_fetch_assoc($mysql_table)) {
if ($row['Database'] == $params['database']) {
return $this->error('数据已存在,请勿重复安装');
return $this->error('数据已存在,请勿重复安装');
}
}