summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_ipsec_sad.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2004-11-21 19:09:02 +0000
committerScott Ullrich <sullrich@pfsense.org>2004-11-21 19:09:02 +0000
commit4d875b4f189e508f71dda38d5f62b0c56dc8a027 (patch)
treed57f8dfe071a2fd6a9ba516f95d6421679719da1 /usr/local/www/diag_ipsec_sad.php
parent6cc3419083fd9eef4b4badeff938516ba4fbbe9b (diff)
downloadpfsense-4d875b4f189e508f71dda38d5f62b0c56dc8a027.zip
pfsense-4d875b4f189e508f71dda38d5f62b0c56dc8a027.tar.gz
Update (C)
Diffstat (limited to 'usr/local/www/diag_ipsec_sad.php')
-rwxr-xr-xusr/local/www/diag_ipsec_sad.php20
1 files changed, 11 insertions, 9 deletions
diff --git a/usr/local/www/diag_ipsec_sad.php b/usr/local/www/diag_ipsec_sad.php
index caba9d1..a8aa0bb 100755
--- a/usr/local/www/diag_ipsec_sad.php
+++ b/usr/local/www/diag_ipsec_sad.php
@@ -1,22 +1,24 @@
#!/usr/local/bin/php
-<?php
+<?php
/*
diag_ipsec_sad.php
- part of m0n0wall (http://m0n0.ch/wall)
-
+ Copyright (C) 2004 Scott Ullrich
+ All rights reserved.
+
+ originially part of m0n0wall (http://m0n0.ch/wall)
Copyright (C) 2003-2004 Manuel Kasper <mk@neon1.net>.
All rights reserved.
-
+
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
-
+
1. Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
-
+
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
-
+
THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
@@ -49,7 +51,7 @@ require("guiconfig.inc");
<li class="tabinact"><a href="diag_ipsec_spd.php">SPD</a></li>
</ul>
</td></tr>
- <tr>
+ <tr>
<td class="tabcont">
<?php
@@ -126,7 +128,7 @@ foreach ($sad as $sa): ?>
?>
<a href="diag_ipsec_sad.php?act=del&<?=$args;?>" onclick="return confirm('Do you really want to delete this security association?')"><img src="x.gif" width="17" height="17" border="0"></a>
</td>
-
+
</tr>
<?php endforeach; ?>
</table>
OpenPOWER on IntegriCloud