6 lines
282 B
PHP
6 lines
282 B
PHP
<?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>
|