From 5b714005859356138690754ae8866c0ede8414d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20T=C3=A4nzer?= Date: Mon, 23 Jul 2012 18:36:20 +0200 Subject: bug 964: Completely reimplement the IE key generation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michael Tänzer --- includes/keygen.php | 291 +++++++++++++++++----------------------------------- 1 file changed, 96 insertions(+), 195 deletions(-) (limited to 'includes') diff --git a/includes/keygen.php b/includes/keygen.php index fcbc48c..414b087 100644 --- a/includes/keygen.php +++ b/includes/keygen.php @@ -16,202 +16,103 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -if (array_key_exists('HTTP_USER_AGENT',$_SERVER) && - strstr($_SERVER['HTTP_USER_AGENT'], "MSIE")) { ?> - - - Internet Options->Security->Trusted Websites, click on Custom Level, check ActiveX control elements that are not marked as safe initialized on start in scripts")?> - - -
-

-

- -

Select Keysize:

- - - - -

-
- - +

: + +

+ + + +

+ + + + + + + + + + + +

-- cgit v1.2.1