no need for js to reload the page

This commit is contained in:
glaszig
2019-08-19 02:10:11 +01:00
parent c775744db5
commit 611d953141
3 changed files with 4 additions and 4 deletions

View File

@@ -15,7 +15,7 @@
<form action="?page=system_info" method="POST">
<?php echo CSRFTokenFieldTag() ?>
<input type="button" class="btn btn-outline btn-primary" value="<?php echo _("Refresh"); ?>" onclick="document.location.reload(true)" />
<a href="?page=<?php echo $_GET['page'] ?>" class="btn btn-outline btn-primary"><?php echo _("Refresh"); ?></a>
</form>
</div><!-- /.panel-body -->