安装程序bug修复

This commit is contained in:
2020-04-15 18:16:42 +08:00
parent 1d4d785721
commit 69f8f61e5b
3 changed files with 3 additions and 3 deletions

View File

@@ -256,7 +256,7 @@ function showmsg(msg, classname){
<?php } ?>
</tbody>
</table>
<?php if(session('error')){ ?>
<?php if(!session('error')){ ?>
<div class="margin-top" style="text-align: center;">
<div class="btn-group">
<a class="btn btn-default" href="?action=index">上一步</a>