install import data

This commit is contained in:
xiaomlove
2021-01-28 18:00:54 +08:00
parent c4ecaa0793
commit 96e9eb42db
5 changed files with 52 additions and 19 deletions
+4
View File
@@ -108,6 +108,7 @@ if ($currentStep == 4) {
$pass = $settingTableRows['pass'];
while ($isPost) {
try {
$install->importInitialData();
$install->saveSettings($settings);
$install->createSymbolicLinks($symbolicLinks);
$install->nextStep();
@@ -205,6 +206,9 @@ if ($currentStep == 5) {
</form>
</div>
</div>
<div class="mt-10 text-center">
欢迎使用 NexusPHP 安装程序,如有疑问,点击<a href="http://nexusphp.cn/" target="_blank" class="text-blue-500 p-1">这里</a>获取参考。
</div>
</body>
<script>
function goBack() {