root/tags/omega-1.0.0-rc3/gui/imagecode.php

Revision 704, 1.0 kB (checked in by rats, 1 year ago)

Fixed: #457 Add max-attempts limit for lost password's CAPTCHA

  • Property svn:executable set to *
Line 
1 <?php
2 /**
3  *  ispCP ω (OMEGA) a Virtual Hosting Control System
4  *
5  *  @copyright     2006-2007 by ispCP | http://isp-control.net
6  *  @link         http://isp-control.net
7  *  @author        ispCP Team (2007)
8  *
9  *  @license
10  *   This program is free software; you can redistribute it and/or
11  *   modify it under the terms of the GPL General Public License
12  *   as published by the Free Software Foundation; either version 2.0
13  *   of the License, or (at your option) any later version.
14  *
15  *   This program is distributed in the hope that it will be useful,
16  *   but WITHOUT ANY WARRANTY; without even the implied warranty of
17  *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18  *   GPL General Public License for more details.
19  *
20  *   You may have received a copy of the GPL General Public License
21  *   along with this program.
22  *
23  *   An on-line copy of the GPL General Public License can be found
24  *   http://www.fsf.org/licensing/licenses/gpl.txt
25  **/
26
27 require 'include/ispcp-lib.php';
28
29 createImage('image');
30
31 ?>
Note: See TracBrowser for help on using the browser.