* Move exit to return.

This commit is contained in:
zhujinyong
2022-02-22 14:25:14 +08:00
parent 2b7820d317
commit 49af622fd8
8 changed files with 9 additions and 15 deletions
+1 -1
View File
@@ -25,7 +25,7 @@
</div>
</body>
</html>
<?php exit;?>
<?php helper::end();?>
<?php endif;?>
<?php include '../../common/view/header.html.php';?>