Remove accidental appearance of object cache

This commit is contained in:
Paul Gear
2014-06-14 14:58:17 +10:00
parent 968a6ee9c4
commit 608966e2ab

View File

@@ -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')
{ {