mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Fix an obvious typo on var name
This commit is contained in:
parent
0ae6d91648
commit
44f2ef9b48
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user