summaryrefslogtreecommitdiffstats
path: root/application/modules/dev/views/scripts/preboot/createpreboot.phtml
blob: 19d1595388780219d3144ce4d6c6046b79569651 (plain) (blame)
1
2
3
4
<?php
$this->createprebootForm->setAction($this->url());
echo $this->createprebootForm;
?>