From 0085e272b2002437f11f74ccdde0d6975f2cd9f2 Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Tue, 17 Aug 2010 13:40:52 -0400 Subject: Added back reCAPTCHA Because of the lifting of the jail around my server, it can once again use reCAPTCHAs for security. Backed out changeset 9332c237adcd --- includes/securimage/example_form.php | 71 ------------------------------------ 1 file changed, 71 deletions(-) delete mode 100644 includes/securimage/example_form.php (limited to 'includes/securimage/example_form.php') diff --git a/includes/securimage/example_form.php b/includes/securimage/example_form.php deleted file mode 100644 index 952a24b..0000000 --- a/includes/securimage/example_form.php +++ /dev/null @@ -1,71 +0,0 @@ - - * File: securimage.php
- * URL: www.phpcaptcha.org - */ - - -session_start(); // Start the session where the code will be stored. - -?> - - - Securimage Test Form - - - - - -
-Username:
-
-Password:
-

- -
- - - - - - - - - - - - -
- - - Reload Image -
-
-Code:
- - -

- - -
- -check($_POST['code']); - - if($valid == true) { - echo "
Thanks, you entered the correct code.
Click here to go back.
"; - } else { - echo "
Sorry, the code you entered was invalid. Go back to try again.
"; - } -} - -?> - - - -- cgit 1.4.1