summaryrefslogtreecommitdiffstats
path: root/usr/local/www
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2015-08-20 10:02:15 -0400
committerjim-p <jimp@pfsense.org>2015-08-20 10:02:15 -0400
commit609d2870e54dccb1d4c30d382e4ad040fd8f1ff1 (patch)
treeab3af988f4c8e76e9d62c29683038f71186d4110 /usr/local/www
parent1b70f82ed8ba2d6e77f819096b12c6004e2fdf05 (diff)
downloadpfsense-609d2870e54dccb1d4c30d382e4ad040fd8f1ff1.zip
pfsense-609d2870e54dccb1d4c30d382e4ad040fd8f1ff1.tar.gz
Fix titles in status.php, filename can't have a slash.
Diffstat (limited to 'usr/local/www')
-rwxr-xr-xusr/local/www/status.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/status.php b/usr/local/www/status.php
index e587dac..3e0e8ea 100755
--- a/usr/local/www/status.php
+++ b/usr/local/www/status.php
@@ -190,8 +190,8 @@ if (isset($config['captiveportal']) && is_array($config['captiveportal'])) {
}
/* Configuration Files */
-defCmdT("Contents of /var/run", "/bin/ls /var/run");
-defCmdT("Contents of /conf", "/bin/ls /conf");
+defCmdT("Contents of var run", "/bin/ls /var/run");
+defCmdT("Contents of conf", "/bin/ls /conf");
defCmdT("config.xml","dumpconfigxml");
defCmdT("resolv.conf","/bin/cat /etc/resolv.conf");
defCmdT("DHCP Configuration","/bin/cat /var/dhcpd/etc/dhcpd.conf");
OpenPOWER on IntegriCloud