You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
<?= $this->extend('Templates/Admin') ?>
|
|
|
|
|
|
|
|
<?= $this->section('content') ?>
|
|
|
|
<div class="pt-5 px-5 mt-5 mx-auto w-50">
|
|
|
|
<h1 class="mb-5">CodeIgniter-Aauth v3 Migration</h1>
|
|
|
|
<p class="lead">Migration done.</p>
|
|
|
|
</div>
|
|
|
|
<?= $this->endSection() ?>
|