Initial Commit

This commit is contained in:
2019-11-21 12:25:31 +01:00
commit f4aabcb9b1
13959 changed files with 787761 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
<div class="title">
<h1><?php echo __('Installation completed') ?></h1>
</div>
<div class="block">
<div class="icon finish"><i></i></div>
<div class="content">
<p><?php echo __('Installation completed. You can login to admin panel now.') ?></p>
<div class="buttons">
<a href="<?php echo $base_url; ?>index.php" class="button yes right"><?php echo __('Go to admin') ?></a>
</div>
</div>
</div>