mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-17 01:54:49 +00:00
ipsec: fix crash report
This commit is contained in:
parent
00667b9e8c
commit
94bbce4ba8
@ -929,7 +929,8 @@ endforeach; ?>
|
||||
<td width="78%" class="vtable">
|
||||
<select name="caref" class="formselect">
|
||||
<?php
|
||||
foreach ($config['ca'] as $ca) :
|
||||
$config__ca = isset($config['ca']) ? $config['ca'] : array();
|
||||
foreach ($config__ca as $ca) :
|
||||
$selected = "";
|
||||
if ($pconfig['caref'] == $ca['refid']) {
|
||||
$selected = "selected=\"selected\"";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user