Update Hymod Board Database PHP code in "tools" directory
Patch by Murray Jensen, 01 Jul 2005
This commit is contained in:
@@ -10,8 +10,9 @@
|
||||
|
||||
pg_head("$bddb_label - Delete Board Results");
|
||||
|
||||
if (!($serno=intval($serno)))
|
||||
if (!isset($_REQUEST['serno']))
|
||||
die("the board serial number was not specified");
|
||||
$serno=intval($_REQUEST['serno']);
|
||||
|
||||
mysql_query("delete from boards where serno=$serno");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user