summaryrefslogblamecommitdiffstats
path: root/application/modules/user/views/scripts/auth/delete.phtml
blob: 75d9ef6f3e9c9de03e316e5d06db790094f6a723 (plain) (tree)
1
2
3
4
5
6
7
                       

                                                


                                                  
  
<h1>Delete Account</h1>
Do you really want to delete account?<br/>
This will delete all of your data on the server.
<?php
$this->deleteconfirmform->setAction($this->url());
echo $this->deleteconfirmform;
?>