summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_ipsec_sad.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-08-01 19:05:37 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-08-01 19:05:37 +0000
commit06351943cffa2a9b7ea66d6adabd470efb6ab174 (patch)
tree5663d7ed9bd51c3cda194fcfc6024dbe0b964c9c /usr/local/www/diag_ipsec_sad.php
parent102239f9fb4a182f6c2b4888c3914360ab5951dd (diff)
downloadpfsense-06351943cffa2a9b7ea66d6adabd470efb6ab174.zip
pfsense-06351943cffa2a9b7ea66d6adabd470efb6ab174.tar.gz
icons -> images
Diffstat (limited to 'usr/local/www/diag_ipsec_sad.php')
-rwxr-xr-xusr/local/www/diag_ipsec_sad.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/diag_ipsec_sad.php b/usr/local/www/diag_ipsec_sad.php
index 9e1a435..cedfcb3 100755
--- a/usr/local/www/diag_ipsec_sad.php
+++ b/usr/local/www/diag_ipsec_sad.php
@@ -127,7 +127,7 @@ foreach ($sad as $sa): ?>
$args .= "&proto=" . rawurlencode($sa['proto']);
$args .= "&spi=" . rawurlencode("0x" . $sa['spi']);
?>
- <a href="diag_ipsec_sad.php?act=del&<?=$args;?>" onclick="return confirm('Do you really want to delete this security association?')"><img src="/themes/<?= $g['theme']; ?>/icons/icon_x.gif" width="17" height="17" border="0"></a>
+ <a href="diag_ipsec_sad.php?act=del&<?=$args;?>" onclick="return confirm('Do you really want to delete this security association?')"><img src="/themes/<?= $g['theme']; ?>/images/icon_x.gif" width="17" height="17" border="0"></a>
</td>
</tr>
OpenPOWER on IntegriCloud