|
From: OryNider <ory...@us...> - 2007-12-12 19:28:06
|
Update of /cvsroot/mxbb/mx_contact In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv24366 Modified Files: mx_contact.php Log Message: :) Index: mx_contact.php =================================================================== RCS file: /cvsroot/mxbb/mx_contact/mx_contact.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** mx_contact.php 12 Dec 2007 18:41:37 -0000 1.1 --- mx_contact.php 12 Dec 2007 19:27:52 -0000 1.2 *************** *** 1,26 **** <?php ! /*************************************************************************** ! * contact.php ! * ----------- ! * Version: 9.0.0 ! * Begin: Sunday, Sept 17, 2006 ! * Copyright: (C) 2006-07, Marcus ! * E-mail: ma...@ph... ! * $id: 21:55 25/06/2007 ! * ! ***************************************************************************/ ! ! /*************************************************************************** ! * ! * This program is free software; you can redistribute it and/or modify ! * it under the terms of the GNU General Public License as published by ! * the Free Software Foundation; either version 2 of the License, or ! * (at your option) any later version. ! * ! ***************************************************************************/ if( !defined('IN_PORTAL')) { ! //die("Hacking attempt"); } --- 1,15 ---- <?php ! /** ! * ! * @package mxBB Portal Module - mx_contact ! * @version $Id$ ! * @copyright (c) 2006-2007 [Marcus, ma...@ph...] mxBB Project Team ! * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * ! */ if( !defined('IN_PORTAL')) { ! die("Hacking attempt"); } |