mirror of
https://github.com/frank-w/u-boot.git
synced 2026-01-20 23:07:43 +08:00
Update Hymod Board Database PHP code in "tools" directory
Patch by Murray Jensen, 01 Jul 2005
This commit is contained in:
@@ -4,13 +4,9 @@
|
||||
// Murray Jensen <Murray.Jensen@csiro.au>
|
||||
// CSIRO Manufacturing Science and Technology, Preston Lab
|
||||
|
||||
if (!isset($serno))
|
||||
$serno = 0;
|
||||
else
|
||||
$serno = intval($serno);
|
||||
$serno=isset($_REQUEST['serno'])?$_REQUEST['serno']:'';
|
||||
|
||||
if (!isset($submit))
|
||||
$submit = "[NOT SET]";
|
||||
$submit=isset($_REQUEST['submit'])?$_REQUEST['submit']:"[NOT SET]";
|
||||
|
||||
switch ($submit) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user