<?PHP /////////////////////////////////////////////////////////////// // // X7 Chat Version 2.0.4 // Released June 16, 2006 // Copyright (c) 2004-2006 By the X7 Group // Website: http://www.x7chat.com // // This program is free software. You may // modify and/or redistribute it under the // terms of the included license as written // and published by the X7 Group. // // By using this software you agree to the // terms and conditions set forth in the // enclosed file "license.txt". If you did // not recieve the file "license.txt" please // visit our website and obtain an official // copy of X7 Chat. // // Removing this copyright and/or any other // X7 Group or X7 Chat copyright from any // of the files included in this distribution // is forbidden and doing so will terminate // your right to use this software. // ////////////////////////////////////////////////////////////////EOH ?><?php // $Id: xoops_version.php,v 1.1 2004/01/29 14:45:56 buennagel Exp $ // ------------------------------------------------------------------------ // // XOOPS - PHP Content Management System // // Copyright (c) 2000 XOOPS.org // // <http://www.xoops.org/> // // ------------------------------------------------------------------------ // // 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. // // // // You may not change or alter any portion of this comment or credits // // of supporting developers from this source code or any supporting // // source code which is considered copyrighted (c) material of the // // original comment or credit authors. // // // // This program is distributed in the hope that it will be useful, // // but WITHOUT ANY WARRANTY; without even the implied warranty of // // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // // GNU General Public License for more details. // // // // You should have received a copy of the GNU General Public License // // along with this program; if not, write to the Free Software // // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // // ------------------------------------------------------------------------ // $modversion['name'] = "X7 Chat"; $modversion['version'] = 2; $modversion['description'] = "A PHP based chat room."; $modversion['credits'] = "The X7 Group<br />( http://www.x7chat.com/ )"; $modversion['help'] = "Docs/README.txt"; $modversion['license'] = "GNU GPL"; $modversion['official'] = 1; $modversion['image'] = "themes/x7chat/logo.gif"; $modversion['dirname'] = "x7chat"; // Menu $modversion['hasMain'] = 1; ?>