Fix an obvious typo on var name

This commit is contained in:
Renato Botelho 2014-02-03 15:04:52 -02:00
parent 0ae6d91648
commit 44f2ef9b48

View File

@ -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)