Skip to content

ReubenScott/companysites

Repository files navigation

<?php
/***********************************************************
	Filename: license.php
	Note	: 授权文件
	Version : 4.0
	Web		: www.phpok.com
	Author  : qinggan <[email protected]>
	Update  : 2012-10-29 21:17
***********************************************************/
if(!defined("PHPOK_SET")){exit("<h1>Access Denied</h1>");}
//仅支持LGPL,PBIZ,CBIZ,三种模式,PBIZ,表示个人商业授权,CBIZ表示企业商业授权
define("LICENSE","LGPL");
//授权时间
define("LICENSE_DATE","2013-11-29");
//授权的域名,注意必须以.开始,仅支持国际域名,二级域名享有国际域名授权
define("LICENSE_SITE",".phpok.com");
//授权码,16位或32位的授权码,要求全部大写
define("LICENSE_CODE","FD42ABF3940BF0BC0DF22DD2B038ADDF");
//授权者称呼,企业授权填写公司名称,个人授权填写姓名
define("LICENSE_NAME","phpok.com");
//显示开发者信息,即Powered by信息
define("LICENSE_POWERED",true);
?>

About

No description, website, or topics provided.

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published