summaryrefslogtreecommitdiffstats
path: root/application/modules/dev/views/scripts/auth/delete.phtml
blob: 62bf24e2556e81f40b40017a4712dfec450de65d (plain) (blame)
1
2
3
4
5
6
<h1>Delete Account</h1>
Do you really want to delete this account?
<?php
$this->deleteconfirmform->setAction($this->url());
echo $this->deleteconfirmform;
?>