summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xusr/local/www/vpn_ipsec.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/usr/local/www/vpn_ipsec.php b/usr/local/www/vpn_ipsec.php
index ea7bbb8..8aa6f09 100755
--- a/usr/local/www/vpn_ipsec.php
+++ b/usr/local/www/vpn_ipsec.php
@@ -317,6 +317,11 @@ include("head.inc");
<?=$ph2ent['mode'];?>
<?=$spane;?>
</td>
+ <?php
+ if($ph2ent['mode'] <> "tunnel") {
+ echo "<td nowrap class=\"listr\">&nbsp;</td><td nowrap class=\"listr\">&nbsp;</td>";
+ }
+ ?>
<?php if($ph2ent['mode'] == "tunnel"): ?>
<td nowrap class="listr">
<?=$spans;?>
OpenPOWER on IntegriCloud