Redirect to the about page after DB update

This commit is contained in:
Alex Tselegidis 2023-12-22 13:31:19 +01:00
parent aeadbfbe98
commit cda450c4d1

View file

@ -30,7 +30,7 @@
<p>
You can now use the latest Easy!Appointments version.
</p>
<a href="<?= site_url('login') ?>" class="btn btn-success btn-large">
<a href="<?= site_url('about') ?>" class="btn btn-success btn-large">
<i class="fas fa-wrench me-2"></i>
<?= lang('backend_section') ?>
</a>