From b2e2c6bc7fc67d9edbd2083773ff0835ba7475bc Mon Sep 17 00:00:00 2001 From: Ermal Date: Sat, 26 Apr 2014 09:59:17 +0000 Subject: [PATCH] Its long overdue the ez-ipupdate.cache file --- cf/conf/ez-ipupdate.cache | 0 usr/local/www/status.php | 1 - 2 files changed, 1 deletion(-) delete mode 100644 cf/conf/ez-ipupdate.cache diff --git a/cf/conf/ez-ipupdate.cache b/cf/conf/ez-ipupdate.cache deleted file mode 100644 index e69de29bb..000000000 diff --git a/usr/local/www/status.php b/usr/local/www/status.php index 44592076c..5d374c11c 100755 --- a/usr/local/www/status.php +++ b/usr/local/www/status.php @@ -176,7 +176,6 @@ defCmdT("resolv.conf","cat /etc/resolv.conf"); defCmdT("Processes","ps xauww"); defCmdT("dhcpd.conf","cat /var/dhcpd/etc/dhcpd.conf"); -defCmdT("ez-ipupdate.cache","cat /conf/ez-ipupdate.cache"); defCmdT("df","/bin/df");