mirror of
https://github.com/stylersnico/librenms.git
synced 2026-08-03 08:01:38 +02:00
Removed debug statement
This commit is contained in:
@@ -35,7 +35,6 @@ if ($rowCount != -1) {
|
|||||||
|
|
||||||
$sql = "SELECT `alerts`.*, `devices`.`hostname` AS `hostname`,`alert_rules`.`rule` AS `rule`, `alert_rules`.`name` AS `name`, `alert_rules`.`severity` AS `severity` $sql";
|
$sql = "SELECT `alerts`.*, `devices`.`hostname` AS `hostname`,`alert_rules`.`rule` AS `rule`, `alert_rules`.`name` AS `name`, `alert_rules`.`severity` AS `severity` $sql";
|
||||||
|
|
||||||
system("echo '$sql' >> /tmp/testing");
|
|
||||||
$rulei = 0;
|
$rulei = 0;
|
||||||
$format = $_POST['format'];
|
$format = $_POST['format'];
|
||||||
foreach (dbFetchRows($sql,$param) as $alert) {
|
foreach (dbFetchRows($sql,$param) as $alert) {
|
||||||
|
|||||||
Reference in New Issue
Block a user