license.php
上传用户:gzy2002
上传日期:2010-02-11
资源大小:1785k
文件大小:1k
- <?php
- // +-------------------------------------------------------------+
- // | DeskPRO v [2.0.1 Production]
- // | Copyright (C) 2001 - 2004 Headstart Solutions Limited
- // | Supplied by WTN-WDYL
- // | Nullified by WTN-WDYL
- // | Distribution via WebForum, ForumRU and associated file dumps
- // +-------------------------------------------------------------+
- // | DESKPRO IS NOT FREE SOFTWARE
- // +-------------------------------------------------------------+
- // | License ID : Full Enterprise License =) ...
- // | License Owner : WTN-WDYL Team
- // +-------------------------------------------------------------+
- // | $RCSfile: license_enterprise.php,v $
- // | $Date: 2004/02/10 01:34:25 $
- // | $Revision: 1.7 $
- // +-------------------------------------------------------------+
- // | File Details:
- // | - License File
- // +-------------------------------------------------------------+
- /*
- If you are reading this file you have a license for DeskPRO
- Enterprise. In that case this files does not affect in any
- way the use of DeskPRO.
- */
- function add_copyright() {
- return '';
- }
- function feature_check($feature) {
- return true;
- }
- function max_limits($type, $return_left = 0, $warn = 0) {
- if ($return_left OR $warn) {
- return -1;
- } else {
- return true;
- }
- }
- function license_check() {
- return true;
- }
- function license_file_validate($licenseid) {
- if ($licenseid != WTN) {
- echo "
- <!--CyKuH [WTN]-->";
- echo "License problem.";
- exit();
- } else {
- return true;
- }
- }