mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
updates
git-svn-id: http://www.observium.org/svn/observer/trunk@288 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -4,7 +4,7 @@ $sql = "SELECT * from entPhysical AS E, devices AS D WHERE E.device_id = D.devic
|
||||
|
||||
if($_POST['search']) { $sstring = $_POST['search']; $sql = "SELECT * from entPhysical AS E, devices AS D WHERE E.entPhysicalModelName LIKE '$sstring' AND E.device_id = D.device_id"; }
|
||||
|
||||
echo("<div style='align: right;'><form method=post><input name=search>$sstring</input><submit></form></div>");
|
||||
echo("<div style='align: right;'><form method=post>Search <input name=search>$sstring</input><submit></form></div>");
|
||||
|
||||
|
||||
$query = mysql_query($sql);
|
||||
|
||||
Reference in New Issue
Block a user