license.php
上传用户:gzy2002
上传日期:2010-02-11
资源大小:1785k
文件大小:1k
源码类别:

电子政务应用

开发平台:

Java

  1. <?php
  2. // +-------------------------------------------------------------+
  3. // | DeskPRO v [2.0.1 Production]
  4. // | Copyright (C) 2001 - 2004 Headstart Solutions Limited
  5. // | Supplied by WTN-WDYL
  6. // | Nullified by WTN-WDYL
  7. // | Distribution via WebForum, ForumRU and associated file dumps
  8. // +-------------------------------------------------------------+
  9. // | DESKPRO IS NOT FREE SOFTWARE
  10. // +-------------------------------------------------------------+
  11. // | License ID : Full Enterprise License =) ...
  12. // | License Owner : WTN-WDYL Team
  13. // +-------------------------------------------------------------+
  14. // | $RCSfile: license_enterprise.php,v $
  15. // | $Date: 2004/02/10 01:34:25 $
  16. // | $Revision: 1.7 $
  17. // +-------------------------------------------------------------+
  18. // | File Details:
  19. // | - License File
  20. // +-------------------------------------------------------------+
  21. /*
  22. If you are reading this file you have a license for DeskPRO
  23. Enterprise. In that case this files does not affect in any
  24. way the use of DeskPRO.
  25. */
  26. function add_copyright() {
  27. return '';
  28. }
  29. function feature_check($feature) {
  30. return true;
  31. }
  32. function max_limits($type, $return_left = 0, $warn = 0) {
  33. if ($return_left OR $warn) {
  34. return -1;
  35. } else {
  36. return true;
  37. }
  38. }
  39. function license_check() {
  40. return true;
  41. }
  42. function license_file_validate($licenseid) {
  43. if ($licenseid != WTN) {
  44. echo "
  45. <!--CyKuH [WTN]-->";
  46. echo "License problem.";
  47. exit();
  48. } else {
  49. return true;
  50. }
  51. }