[contrib] Fix rom-o-matic

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Paul Sands
2012-02-12 13:35:43 +00:00
committed by Michael Brown
parent d3630b6a64
commit 4108321bf5
6 changed files with 28 additions and 27 deletions

View File

@@ -27,10 +27,10 @@ include_once $top_inc;
?>
<form action="build.php" method=POST>
<input type="hidden" name="version" value = "<? echo $version ?>">
<input type="hidden" name="version" value = "<?php echo $version ?>">
<h3>To create an image:</h3>
<ol>
<? require ( "directions.php" ); ?>
<?php require ( "directions.php" ); ?>
<li>
Generate and download an image:
<input type="submit" name="A" value="Get Image">
@@ -44,4 +44,4 @@ include_once $top_inc;
</ol>
</form>
<? include_once $bottom_inc ?>
<?php include_once $bottom_inc ?>