summaryrefslogtreecommitdiffstats
path: root/contrib/rom-o-matic/directions.php
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/rom-o-matic/directions.php')
-rw-r--r--contrib/rom-o-matic/directions.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/contrib/rom-o-matic/directions.php b/contrib/rom-o-matic/directions.php
index 45323573..540121ed 100644
--- a/contrib/rom-o-matic/directions.php
+++ b/contrib/rom-o-matic/directions.php
@@ -1,4 +1,4 @@
-<?
+<?php
/**
* Copyright (C) 2009 Marty Connor <mdc@etherboot.org>.
@@ -21,12 +21,12 @@
?>
<li>
- Choose an output format: <? echo keys_menubox ( "ofmt", $ofmts,
+ Choose an output format: <?php echo keys_menubox ( "ofmt", $ofmts,
isset ( $_POST['ofmt'] ) ? $_POST['ofmt'] : "") ?>
<br><br>
</li>
<li>
- Choose a NIC type: <? echo keys_menubox ( "nic", $nics,
+ Choose a NIC type: <?php echo keys_menubox ( "nic", $nics,
isset ( $_POST['nic'] ) ? $_POST['nic'] : "" ) ?>
<br><br>
</li>
@@ -40,11 +40,11 @@
<a href="http://www.ipxe.org/howto/romburning"
target="_blank">here</a>.
<br><br>
- PCI VENDOR CODE: <? echo textbox ( "pci_vendor_code",
+ PCI VENDOR CODE: <?php echo textbox ( "pci_vendor_code",
isset ( $_POST['pci_vendor_code'] ) ? $_POST['pci_vendor_code']
: "", 6 ); ?>
&nbsp;&nbsp;
- PCI DEVICE CODE: <? echo textbox ( "pci_device_code",
+ PCI DEVICE CODE: <?php echo textbox ( "pci_device_code",
isset ( $_POST['pci_device_code'] ) ? $_POST['pci_device_code']
: "", 6 ); ?>
<h4>Please note for ROM images:</h4>