www.gusucode.com > 网猫影视系统NetMao Movie 4.6.6 开源版源码程序 > upload/netmao_version.php

    <?php
/*
*######################################
* Netmao Movie 4.x - NetMao Movie System
* Copyright (c) 2007-2008 NetMao.cn
* For further information go to http://www.netmao.cn/
* This copyright notice must stay intact for use.
*######################################
*/

if(!defined('IN_NetMao')) {
	exit('Access Denied');
}

define('NetMao_VERSION', '4.6.6');
define('NetMao_RELEASE', '2008-03-04 16:45');

?>