Update Install.php

This commit is contained in:
wolfcode
2025-01-09 11:32:25 +08:00
parent 40f7ee82cd
commit 5814fed0da

View File

@@ -41,7 +41,7 @@ class Install extends BaseController
];
$currentHost = '://';
$result = compact('errorInfo', 'currentHost', 'isInstall', 'envInfo');
return view('index@install/index', $result);
return view('index/install/index', $result);
}
if ($errorInfo) $this->error($errorInfo);
$charset = 'utf8mb4';