summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_ipsec_sad.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-08-26 14:29:54 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-08-26 14:29:54 +0000
commit5c990bf4657796d641c62bd2f29ed08e55846b15 (patch)
treeacc5639c03a5e5b9ee7bcb4b24603080a5c63612 /usr/local/www/diag_ipsec_sad.php
parentc574304062dafb6bf9b740294ab5dd7035d2fcd6 (diff)
downloadpfsense-5c990bf4657796d641c62bd2f29ed08e55846b15.zip
pfsense-5c990bf4657796d641c62bd2f29ed08e55846b15.tar.gz
Image location fixes
Submitted-by: DLStrout <dstrout_AT_maine.rr.com>
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 cedfcb3..3776dce 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']; ?>/images/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/icons/icon_x.gif" width="17" height="17" border="0"></a>
</td>
</tr>
OpenPOWER on IntegriCloud