first commit
This commit is contained in:
commit
788cf3e917
47 changed files with 2007 additions and 0 deletions
6
templates/logout/form.php
Normal file
6
templates/logout/form.php
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<?php $this->layout('template', ['title' => '登出確認', 'noStatus' => true]) ?>
|
||||
|
||||
<p class="lead">您確定要登出嗎?</p>
|
||||
<form action="/logout.php" method="POST">
|
||||
<button name="logout" type="submit" class="btn btn-lg btn-danger btn-block">確定登出</button>
|
||||
</form>
|
||||
Loading…
Add table
Add a link
Reference in a new issue