- <?php
- /**
- * [Discuz!] (C)2001-2099 Comsenz Inc.
- * This is NOT a freeware, use is subject to license terms
- *
- * $Id: function_blog.php 36278 2016-12-09 07:52:35Z nemohou $
- */
- if(!defined('IN_DISCUZ')) {
- exit('Access Denied');
- }
复制代码
dz的源代码里面每个PHP开头 确实 标注了 版权信息
This is NOT a freeware, use is subject to license terms
这不是免费软件,使用受许可条款的约束 |