📄 license.php
字号:
<?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;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -