Oops wrong choice the checkbox is only for javascript

This commit is contained in:
Ermal 2014-11-12 21:41:40 +01:00
parent c9b70c0a67
commit 21cd92ac01
1 changed files with 1 additions and 1 deletions

View File

@ -569,7 +569,7 @@ EOD;
$ealgosp1 .= "!";
}
if (isset($ph1ent['dpd_enable']) && $ph1ent['dpd_delay'] && $ph1ent['dpd_maxfail']) {
if ($ph1ent['dpd_delay'] && $ph1ent['dpd_maxfail']) {
if ($passive == "route")
$dpdline = "dpdaction = restart";
else