summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2010-07-27 08:56:19 -0400
committerjim-p <jimp@pfsense.org>2010-07-27 08:56:19 -0400
commit09fec59d1abbfa403aa4d6808403070938a32f3b (patch)
treeefa8c1a9b0dcf07adfeaf5f579a071178ee5b3d3 /usr/local/www/status.php
parent0f280d2adc9a4fccef532dcb810398238366617b (diff)
downloadpfsense-09fec59d1abbfa403aa4d6808403070938a32f3b.zip
pfsense-09fec59d1abbfa403aa4d6808403070938a32f3b.tar.gz
Fix path to dhcpd.conf in status.php
Diffstat (limited to 'usr/local/www/status.php')
-rwxr-xr-xusr/local/www/status.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/status.php b/usr/local/www/status.php
index bc2656d..d1985e3 100755
--- a/usr/local/www/status.php
+++ b/usr/local/www/status.php
@@ -168,7 +168,7 @@ defCmdT("pftop -w 150 -a -b -v speed","/usr/local/sbin/pftop -w 150 -a -b -v spe
defCmdT("resolv.conf","cat /etc/resolv.conf");
defCmdT("Processes","ps xauww");
-defCmdT("dhcpd.conf","cat /var/etc/dhcpd.conf");
+defCmdT("dhcpd.conf","cat /var/dhcpd/etc/dhcpd.conf");
defCmdT("ez-ipupdate.cache","cat /conf/ez-ipupdate.cache");
defCmdT("df","/bin/df");
OpenPOWER on IntegriCloud