chevereto-free/app/install/template/updated.php

4 lines
443 B
PHP

<?php if(!defined('access') or !access) die('This file cannot be directly accessed.'); ?>
<h1>Update complete</h1>
<p><?php echo strtr('Chevereto has been successfully updated to %s. You can now continue to the <a href="%u">admin dashboard</a> and configure your website.', ['%s' => CHV\get_chevereto_version(true), '%u' => G\get_base_url('dashboard')]); ?></p>
<script>$(document).ready(function() { CHV.fn.system.checkUpdates(); });</script>