mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Fix syntax and do not commit late :)
This commit is contained in:
parent
744d752ba0
commit
af13aad69f
@ -138,6 +138,7 @@ if ($wancfg['if'] == $a_ppps[$pppid]['if']) {
|
||||
$pconfig['pppoe_resethour'] = $cronitem['hour'];
|
||||
if ($cronitem['mday'] <> "*" && $cronitem['month'] <> "*")
|
||||
$pconfig['pppoe_resetdate'] = "{$cronitem['month']}/{$cronitem['mday']}/" . date("Y");
|
||||
}
|
||||
} else if ($a_ppps[$pppid]['pppoe-reset-type'] == "preset") {
|
||||
$pconfig['pppoe_pr_preset'] = true;
|
||||
switch ($resetTime) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user