HomeHelpTrac

Changeset 15201 for trunk/simg


Ignore:
Timestamp:
06/06/11 02:27:38 (12 months ago)
Author:
Alexander Trofimov
Message:

Dolphin 8 initial commit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/simg/simg.php

    r13858 r15201  
    11<?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 */ 
    27 
    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 
    219 
    2210require_once( '../inc/header.inc.php' ); 
     
    4432{ 
    4533    // output header 
    46     header( "Content-Type: image/gif" ); 
     34    //header( "Content-Type: image/gif" ); 
    4735     
    4836    header( "Expires: Mon, 26 Jul 1997 05:00:00 GMT" ); 
Note: See TracChangeset for help on using the changeset viewer.