Skip to content
Snippets Groups Projects
Commit 429ba6d7 authored by root's avatar root
Browse files

nejaky upravy v produkci

parent ab468508
No related branches found
No related tags found
No related merge requests found
......@@ -155,7 +155,13 @@ if( IsSet($_POST["btnSubmit"]) and !empty($where)) {
</tr><tr>
<td></td>
<td>
<?
# if( IsSet($_POST["btnSubmit"]) and !empty($where)) {
# print("<iframe src=\"graph_HostnameServiceTypeActivityStats_html.php?per=day&where=".base64_encode($where)."\" style=\"width:100%; height:500\"></iframe>");
# }
?>
</td>
<td width=50%>
<?
......
......@@ -55,7 +55,7 @@ $form->display();
if( IsSet($_POST["btnSubmit"])) {
if( ! empty($_POST['source'])) {
$where = "source='".$_POST['source']."'";
$where = "source like'".$_POST['source']."'";
//$where = "source like '".$_POST['source']."%'";
$q = "SELECT * FROM events WHERE $where ORDER BY detected DESC LIMIT ".$_POST['limit'];
$res = mysql_query($q, $db);
......
......@@ -56,7 +56,7 @@ if(isset($_GET['c']))
<tr>
<td colspan=2>
<iframe src="table_HostnameServiceType.html" style="width:100%; height:600"></iframe>
<iframe src="table_HostnameServiceType.html" style="width:100%; height:800"></iframe>
</td>
</tr>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment