Revision: 230
Author: markthedaemon
Date: 2006-06-19 16:27:34 -0700 (Mon, 19 Jun 2006)
ViewCVS: http://svn.sourceforge.net/phpbbreloaded/?rev=230&view=rev
Log Message:
-----------
w00t
Modified Paths:
--------------
phpBB Reloaded 2/common.php
Modified: phpBB Reloaded 2/common.php
===================================================================
--- phpBB Reloaded 2/common.php 2006-06-17 21:53:17 UTC (rev 229)
+++ phpBB Reloaded 2/common.php 2006-06-19 23:27:34 UTC (rev 230)
@@ -1,32 +1,13 @@
<?php
-/***************************************************************************
- * common.php
- * -------------------
- * begin : Saturday, Feb 23, 2001
- * copyright : (C) 2001 The phpBB Group
- * email : su...@ph...
- *
- * $Id: common.php,v 1.74.2.23 2006/02/26 17:34:50 grahamje Exp $
- *
- ***************************************************************************/
+/**
+*
+* @package: reloaded
+* @version: $Id: common.php,v 1.1.1.1 2006/02/24 02:28:06 markthedaemon Exp $
+* @copyright: (c) 2005, 2006 phpBB Reloaded & 2002, 2006 phpBB Group
+* @license: http://opensource.org/licenses/gpl-license.php GNU Public License
+*
+*/
-/***************************************************************************
- *
- * 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.
- *
- ***************************************************************************/
-/***************************************************************************
- *
- * This file has been modified by phpBB Reloaded - (C) 2006 phpBB Reloaded Group
- * Support questions placed here: http://www.phpbbreloaded.com
- *
- * DO NOT EDIT THIS FILE UNLESS YOU KNOW WHAT YOU ARE DOING
- *
- ***************************************************************************/
-
if ( !defined('IN_PHPBB') )
{
die("Hacking attempt");
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|