summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2012-11-22 15:04:59 +0000
committerErmal <eri@pfsense.org>2012-11-22 15:04:59 +0000
commitaf13aad69fd8127bc505f36b7debc00aadc9320c (patch)
treea44a16c8ff7c316d18f4f9def7daddf18d176f6a /usr
parent744d752ba0058e7eb2c764f69a9a1553cb9715d0 (diff)
downloadpfsense-af13aad69fd8127bc505f36b7debc00aadc9320c.zip
pfsense-af13aad69fd8127bc505f36b7debc00aadc9320c.tar.gz
Fix syntax and do not commit late :)
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/interfaces.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/interfaces.php b/usr/local/www/interfaces.php
index e9d2ee9..c92b193 100755
--- a/usr/local/www/interfaces.php
+++ b/usr/local/www/interfaces.php
@@ -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) {
OpenPOWER on IntegriCloud