mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-17 01:54:49 +00:00
fix debug leftover
This commit is contained in:
parent
2db5b9e46f
commit
4a589ec831
@ -57,7 +57,7 @@ $spd = ipsec_dump_spd();
|
||||
<div class="table-responsive">
|
||||
|
||||
<table class="table table-striped table-sort __nomb">
|
||||
<?php if (count($spd)||true): ?>
|
||||
<?php if (count($spd)): ?>
|
||||
<tr>
|
||||
<td class="listhdrr nowrap"><?= gettext("Source"); ?></td>
|
||||
<td class="listhdrr nowrap"><?= gettext("Destination"); ?></td>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user