Changeset 15201 for trunk/simg
- Timestamp:
- 06/06/11 02:27:38 (12 months ago)
- File:
-
- 1 edited
-
trunk/simg/simg.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/simg/simg.php
r13858 r15201 1 1 <?php 2 /** 3 * @package Dolphin Core 4 * @copyright Copyright (c) BoonEx Pty Limited - http://www.boonex.com/ 5 * @license CC-BY - http://creativecommons.org/licenses/by/3.0/ 6 */ 2 7 3 /*************************************************************************** 4 * Dolphin Smart Community Builder 5 * ----------------- 6 * begin : Mon Mar 23 2006 7 * copyright : (C) 2006 BoonEx Group 8 * website : http://www.boonex.com/ 9 * This file is part of Dolphin - Smart Community Builder 10 * 11 * Dolphin is free software. This work is licensed under a Creative Commons Attribution 3.0 License. 12 * http://creativecommons.org/licenses/by/3.0/ 13 * 14 * Dolphin is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; 15 * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 16 * See the Creative Commons Attribution 3.0 License for more details. 17 * You should have received a copy of the Creative Commons Attribution 3.0 License along with Dolphin, 18 * see license.txt file; if not, write to marketing@boonex.com 19 ***************************************************************************/ 20 8 // TODO: get rid of this code and replace with reCAPTCHA - http://www.google.com/recaptcha 21 9 22 10 require_once( '../inc/header.inc.php' ); … … 44 32 { 45 33 // output header 46 header( "Content-Type: image/gif" );34 //header( "Content-Type: image/gif" ); 47 35 48 36 header( "Expires: Mon, 26 Jul 1997 05:00:00 GMT" );
Note: See TracChangeset
for help on using the changeset viewer.