summaryrefslogtreecommitdiffstats
path: root/application/views/scripts/bootos/createbootos.phtml
diff options
context:
space:
mode:
Diffstat (limited to 'application/views/scripts/bootos/createbootos.phtml')
-rw-r--r--application/views/scripts/bootos/createbootos.phtml4
1 files changed, 4 insertions, 0 deletions
diff --git a/application/views/scripts/bootos/createbootos.phtml b/application/views/scripts/bootos/createbootos.phtml
new file mode 100644
index 0000000..3d35695
--- /dev/null
+++ b/application/views/scripts/bootos/createbootos.phtml
@@ -0,0 +1,4 @@
+<?php
+$this->createbootosForm->setAction($this->url());
+echo $this->createbootosForm;
+?>