1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 03:40:37 +02:00
Files
php-e107/e107_admin/ver.php
2009-11-18 01:06:08 +00:00

21 lines
431 B
PHP

<?php
/*
* e107 website system
*
* Copyright (C) 2008-2009 e107 Inc (e107.org)
* Released under the terms and conditions of the
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
*
*
*
* $Source: /cvs_backup/e107_0.8/e107_admin/ver.php,v $
* $Revision: 1.4 $
* $Date: 2009-11-18 01:04:26 $
* $Author: e107coders $
*/
if (!defined('e107_INIT')) { exit; }
$e107info['e107_version'] = "0.8.0 (cvs)";
?>