summaryrefslogtreecommitdiffstats
path: root/usr/local/sbin
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2014-02-03 15:04:52 -0200
committerRenato Botelho <garga@FreeBSD.org>2014-02-04 12:36:54 -0200
commit44f2ef9b486fc3e4e2a183ae157a86a9e8ac9018 (patch)
tree08ece269b1d9aeddab7cbc0a73bc674d7e3b3b42 /usr/local/sbin
parent0ae6d91648c4f8e79962d8028eb3217e9592fe38 (diff)
downloadpfsense-44f2ef9b486fc3e4e2a183ae157a86a9e8ac9018.zip
pfsense-44f2ef9b486fc3e4e2a183ae157a86a9e8ac9018.tar.gz
Fix an obvious typo on var name
Diffstat (limited to 'usr/local/sbin')
-rw-r--r--usr/local/sbin/prefixes.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/sbin/prefixes.php b/usr/local/sbin/prefixes.php
index b0920cb..7c924c8 100644
--- a/usr/local/sbin/prefixes.php
+++ b/usr/local/sbin/prefixes.php
@@ -67,7 +67,7 @@ if(count($routes) > 0) {
/* get clog from dhcpd */
$dhcpdlogfile = "/var/log/dhcpd.log";
$clog = array();
-if(file_exists(dhcpdlogfile))
+if(file_exists($dhcpdlogfile))
exec("clog $dhcpdlogfile", $clog, $ret);
if($ret > 0)
OpenPOWER on IntegriCloud