blob: 9504c19c500018c84f076f842cd905521450fd59 [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
*******************************************************************************/
?>
<h1><?php print $pageTitle;?></h1>
<h2>Classes</h2>
<ol>
<li><a href="#section-captcha">captcha.class.php</a>
<ul>
<li><a href="#section-recaptcha">reCaptcha</a></li>
<li><a href="#section-recaptcha-mailhide">reCaptcha mail hide</a></li>
</ul>
</li>
</ol>
<?php include('classes/captcha.php');?><hr/>