mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Remove accidental appearance of object cache
This commit is contained in:
@@ -1,7 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
include_once("includes/object-cache.inc.php");
|
|
||||||
|
|
||||||
if ($device['status'] == '0') { $class = "alert-danger"; } else { $class = ""; }
|
if ($device['status'] == '0') { $class = "alert-danger"; } else { $class = ""; }
|
||||||
if ($device['ignore'] == '1')
|
if ($device['ignore'] == '1')
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user