diff options
Diffstat (limited to 'application/modules/dev/views/scripts/preboot/createpreboot.phtml')
| -rw-r--r-- | application/modules/dev/views/scripts/preboot/createpreboot.phtml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/application/modules/dev/views/scripts/preboot/createpreboot.phtml b/application/modules/dev/views/scripts/preboot/createpreboot.phtml new file mode 100644 index 0000000..19d1595 --- /dev/null +++ b/application/modules/dev/views/scripts/preboot/createpreboot.phtml @@ -0,0 +1,4 @@ +<?php +$this->createprebootForm->setAction($this->url()); +echo $this->createprebootForm; +?> |
