summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-08-27 23:44:23 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-08-27 23:44:23 +0000
commitd8834f5b5abd076521a15a6dda035d14c2a094db (patch)
tree15e57b4b626c97a5d87a3a4c01e0daa4ac0ff0ae /usr
parentecc738d31357b7218e0d9ca78135ccde1f341040 (diff)
downloadpfsense-d8834f5b5abd076521a15a6dda035d14c2a094db.zip
pfsense-d8834f5b5abd076521a15a6dda035d14c2a094db.tar.gz
* Reference images from same folder
* Add note to top about import
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/wlan_strong_key_generator/generator.php15
1 files changed, 11 insertions, 4 deletions
diff --git a/usr/local/www/wlan_strong_key_generator/generator.php b/usr/local/www/wlan_strong_key_generator/generator.php
index f222b09..efe44f2 100755
--- a/usr/local/www/wlan_strong_key_generator/generator.php
+++ b/usr/local/www/wlan_strong_key_generator/generator.php
@@ -6,6 +6,13 @@
<!--
/*
+version 2.2.1
+
+This file was included as is with only minor changes for pfSense.
+All (C) and Author information has been left alone.
+
+==
+
Title: WLAN Strong Key Generator (wlanSKG) version 2.2
(formerly WEP Strong Key Generator)
@@ -225,7 +232,7 @@ p { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color:
<td width="150">&nbsp;</td>
</tr>
<tr>
- <td align="right" width="120"><img src="images/key_64.gif" width="81" height="42"></td>
+ <td align="right" width="120"><img src="key_64.gif" width="81" height="42"></td>
<td>&nbsp;</td>
<td width="150">
<input type="button" class="button" name="gen64" value="generate 64-bit key" onClick="javascript:go(this.form, 5)">
@@ -238,7 +245,7 @@ p { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color:
<td width="150">&nbsp;</td>
</tr>
<tr>
- <td align="right" width="120"><img src="images/key_128.gif" width="94" height="42"></td>
+ <td align="right" width="120"><img src="key_128.gif" width="94" height="42"></td>
<td>&nbsp;</td>
<td width="150">
<input type="button" class="button" name="gen128" value="generate 128-bit key" onClick="javascript:go(this.form, 13)">
@@ -251,7 +258,7 @@ p { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color:
<td width="150">&nbsp;</td>
</tr>
<tr>
- <td align="right" width="120"><img src="images/key_152.gif" width="94" height="42"></td>
+ <td align="right" width="120"><img src="key_152.gif" width="94" height="42"></td>
<td>&nbsp;</td>
<td width="150">
<input type="button" class="button" name="gen152" value="generate 152-bit key" onClick="javascript:go(this.form, 16)">
@@ -264,7 +271,7 @@ p { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color:
<td width="150">&nbsp;</td>
</tr>
<tr>
- <td align="right" width="120"><img src="images/key_256.gif" width="94" height="42"></td>
+ <td align="right" width="120"><img src="key_256.gif" width="94" height="42"></td>
<td>&nbsp;</td>
<td width="150">
OpenPOWER on IntegriCloud