blob: 656153d1b4fcbbbc37d32e483b6662b672f0da85 [file] [log] [blame]
<?php
/*******************************************************************************
* Copyright (c) 2014 Eclipse Foundation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://eclipse.org/legal/epl-v10.html
*
* Contributors:
* Christopher Guindon (Eclipse Foundation) - Initial implementation
*******************************************************************************/
require_once("recaptcha.class.php");
class Captcha extends ReCaptcha {
function __construct($ssl = TRUE) {
parent::__construct($ssl);
}
}