diff options
| author | Sebastian Schmelzer | 2012-01-11 15:22:32 +0100 |
|---|---|---|
| committer | Sebastian Schmelzer | 2012-01-11 15:22:32 +0100 |
| commit | 83767be80c29e3d3ca99f4a7d2eaab97f8256d1b (patch) | |
| tree | 354ee1ba3343291cd389aea69582d677fb7b8a26 /application/modules/dev/views/scripts/auth/delete.phtml | |
| parent | fix stylecode output (diff) | |
| download | pbs2-83767be80c29e3d3ca99f4a7d2eaab97f8256d1b.tar.gz pbs2-83767be80c29e3d3ca99f4a7d2eaab97f8256d1b.tar.xz pbs2-83767be80c29e3d3ca99f4a7d2eaab97f8256d1b.zip | |
remove unused stuff
Diffstat (limited to 'application/modules/dev/views/scripts/auth/delete.phtml')
| -rw-r--r-- | application/modules/dev/views/scripts/auth/delete.phtml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/application/modules/dev/views/scripts/auth/delete.phtml b/application/modules/dev/views/scripts/auth/delete.phtml deleted file mode 100644 index 62bf24e..0000000 --- a/application/modules/dev/views/scripts/auth/delete.phtml +++ /dev/null @@ -1,6 +0,0 @@ -<h1>Delete Account</h1> -Do you really want to delete this account? -<?php -$this->deleteconfirmform->setAction($this->url()); -echo $this->deleteconfirmform; -?>
\ No newline at end of file |
