mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03:00
Update Hymod Board Database PHP code in "tools" directory
Patch by Murray Jensen, 01 Jul 2005
This commit is contained in:
@@ -10,8 +10,10 @@
|
||||
|
||||
pg_head("$bddb_label - Board Registration Results");
|
||||
|
||||
if (($serno=intval($serno)) != 0)
|
||||
if (isset($_REQUEST['serno'])) {
|
||||
$serno=$_REQUEST['serno'];
|
||||
die("serial number must not be set ($serno) when Creating!");
|
||||
}
|
||||
|
||||
$query="update boards set";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user