root/trunk/gui/imagecode.php

Revision 1014, 1.0 kB (checked in by rats, 7 months ago)

* Fixed #1064: DisplayChdir? in proftpd.conf doesn't work

  • Fixed #1050: Error when adding User whith Hostingplan

* Undefined index: ISPCP_LICENSE
* Updated ADOdb to version 4.98
* Trim whitespaces on login and lost password

  • Property svn:executable set to *
Line 
1 <?php
2 /**
3  *  ispCP ω (OMEGA) a Virtual Hosting Control System
4  *
5  *  @copyright     2006-2008 by ispCP | http://isp-control.net
6  *  @link         http://isp-control.net
7  *  @author        ispCP Team
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.