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/securimage_play.php | 43 --------------------------------- 1 file changed, 43 deletions(-) delete mode 100644 includes/securimage/securimage_play.php (limited to 'includes/securimage/securimage_play.php') diff --git a/includes/securimage/securimage_play.php b/includes/securimage/securimage_play.php deleted file mode 100644 index 1f369bc..0000000 --- a/includes/securimage/securimage_play.php +++ /dev/null @@ -1,43 +0,0 @@ - - * File: securimage_play.php
- * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or any later version.

- * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details.

- * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA

- * - * Any modifications to the library should be indicated clearly in the source code - * to inform users that the changes are not a part of the original software.

- * - * If you found this script useful, please take a quick moment to rate it.
- * http://www.hotscripts.com/rate/49400.html Thanks. - * - * @link http://www.phpcaptcha.org Securimage PHP CAPTCHA - * @link http://www.phpcaptcha.org/latest.zip Download Latest Version - * @link http://www.phpcaptcha.org/Securimage_Docs/ Online Documentation - * @copyright 2009 Drew Phillips - * @author drew010 - * @version 2.0.1 BETA (December 6th, 2009) - * @package Securimage - * - */ - -include 'securimage.php'; - -$img = new Securimage(); -$img->audio_format = (isset($_GET['format']) && in_array(strtolower($_GET['format']), array('mp3', 'wav')) ? strtolower($_GET['format']) : 'mp3'); -//$img->setAudioPath('/path/to/securimage/audio/'); - -$img->outputAudioFile(); -- cgit 1.4.1