094c7f39232d2b35db2512f32a91c017.php 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. <?php if (!defined('THINK_PATH')) exit(); /*a:2:{s:77:"D:\PHPTutorial\WWW\weblive\public/../application/admin\view\wlcome\index.html";i:1551234464;s:66:"D:\PHPTutorial\WWW\weblive\application\admin\view\layout\home.html";i:1550477639;}*/ ?>
  2. <!DOCTYPE html>
  3. <html>
  4. <head>
  5. <meta charset="utf-8">
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  7. <title>麦帮官网</title>
  8. <meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
  9. <!-- Bootstrap 3.3.7 -->
  10. <link rel="stylesheet" href="<?php echo PLUGINS_SITE_ROOT; ?>/layui/css/layui.css">
  11. <link rel="stylesheet" href="<?php echo ADMIN_SITE_ROOT; ?>/css/admin.css">
  12. <link rel="stylesheet" href="<?php echo ADMIN_SITE_ROOT; ?>/iconfont/iconfont.css">
  13. <script src="<?php echo PLUGINS_SITE_ROOT; ?>/jquery-2.1.4.min.js"></script>
  14. <script src="<?php echo ADMIN_SITE_ROOT; ?>/js/admin.js"></script>
  15. <script type="text/javascript" src="<?php echo PLUGINS_SITE_ROOT; ?>/layui/layui.js"></script>
  16. <script type="text/javascript">
  17. var BASESITEROOT = "<?php echo BASE_SITE_ROOT; ?>";
  18. var ADMINSITEROOT = "<?php echo ADMIN_SITE_ROOT; ?>";
  19. var BASESITEURL = "<?php echo BASE_SITE_URL; ?>";
  20. var HOMESITEURL = "<?php echo HOME_SITE_URL; ?>";
  21. var ADMINSITEURL = "<?php echo ADMIN_SITE_URL; ?>";
  22. layui.use('layer', function () {
  23. var layer = layui.layer;
  24. });
  25. </script>
  26. </head>
  27. <body>
  28. <div class="layui-tab-content page-tab-content">
  29. <h1><?php echo \think\Lang::get('wel_version_info'); ?></h1>
  30. <table class="layui-table lay-even">
  31. <colgroup>
  32. <col width="300">
  33. <col width="530">
  34. </colgroup>
  35. <tbody>
  36. <tr>
  37. <td class="gray_bg"><?php echo \think\Lang::get('wel_version'); ?></td>
  38. <td><?php echo $statistics['version']; ?></td>
  39. <td class="gray_bg"><?php echo \think\Lang::get('wel_install_date'); ?></td>
  40. <td><?php if(!(empty($statistics['setup_date']) || (($statistics['setup_date'] instanceof \think\Collection || $statistics['setup_date'] instanceof \think\Paginator ) && $statistics['setup_date']->isEmpty()))): ?>$statistics['setup_date']<?php else: ?><?php echo \think\Lang::get('temporary_installation'); endif; ?></td>
  41. </tr>
  42. <tr>
  43. <td class="gray_bg"><?php echo \think\Lang::get('wel_program_development'); ?></td>
  44. <td><?php echo \think\Lang::get('wel_deshangwangluo'); ?></td>
  45. <td class="gray_bg"><?php echo \think\Lang::get('wel_all_right_reserved'); ?></td>
  46. <td><?php echo \think\Lang::get('wel_piracy_must_be_studied'); ?></td>
  47. </tr>
  48. <tr>
  49. <td class="gray_bg"><?php echo \think\Lang::get('wel_aboutus_website'); ?></td>
  50. <td><a href="http://www.csdeshang.com" target="_blank"><?php echo \think\Lang::get('aboutus_website'); ?></a></td>
  51. <td class="gray_bg"><?php echo \think\Lang::get('wel_aboutus_bbs'); ?></td>
  52. <td><a href="http://bbs.csdeshang.com" target="_blank"><?php echo \think\Lang::get('wel_communication_bbs'); ?></a></td>
  53. </tr>
  54. </tbody>
  55. </table>
  56. <h1><?php echo \think\Lang::get('wel_sys_info'); ?></h1>
  57. <table class="layui-table lay-even">
  58. <colgroup>
  59. <col width="300">
  60. <col width="530">
  61. </colgroup>
  62. <tbody>
  63. <tr>
  64. <td class="gray_bg"><?php echo \think\Lang::get('wel_thinkphp_version'); ?></td>
  65. <td><?php echo THINK_VERSION; ?></td>
  66. <td class="gray_bg"><?php echo \think\Lang::get('wel_class_library_file_suffix'); ?></td>
  67. <td><?php echo EXT; ?></td>
  68. </tr>
  69. <tr>
  70. <td class="gray_bg"><?php echo \think\Lang::get('wel_server_os'); ?></td>
  71. <td><?php echo $statistics['os']; ?></td>
  72. <td class="gray_bg"><?php echo \think\Lang::get('wel_server_domain_ip'); ?></td>
  73. <td><?php echo $statistics['domain']; ?> [ <?php echo $statistics['ip']; ?> ]</td>
  74. </tr>
  75. <tr>
  76. <td class="gray_bg">WEB <?php echo \think\Lang::get('wel_server'); ?></td>
  77. <td><?php echo $statistics['web_server']; ?></td>
  78. <td class="gray_bg">PHP <?php echo \think\Lang::get('wel_version'); ?></td>
  79. <td><?php echo $statistics['php_version']; ?></td>
  80. </tr>
  81. <tr>
  82. <td class="gray_bg">MYSQL <?php echo \think\Lang::get('wel_version'); ?></td>
  83. <td><?php echo $statistics['sql_version']; ?></td>
  84. <td class="gray_bg">GD <?php echo \think\Lang::get('wel_version'); ?></td>
  85. <td><?php echo $statistics['gdinfo']; ?></td>
  86. </tr>
  87. <tr>
  88. <td class="gray_bg"><?php echo \think\Lang::get('wel_file_uplode_limit'); ?></td>
  89. <td><?php echo $statistics['fileupload']; ?></td>
  90. <td class="gray_bg"><?php echo \think\Lang::get('wel_max_occupied_memory'); ?></td>
  91. <td><?php echo $statistics['memory_limit']; ?></td>
  92. </tr>
  93. <tr>
  94. <td class="gray_bg"><?php echo \think\Lang::get('wel_max_ex_time'); ?></td>
  95. <td><?php echo $statistics['max_ex_time']; ?></td>
  96. <td class="gray_bg"><?php echo \think\Lang::get('wel_safe_mode'); ?></td>
  97. <td><?php echo $statistics['safe_mode']; ?></td>
  98. </tr>
  99. <tr>
  100. <td class="gray_bg">Zlib <?php echo \think\Lang::get('wel_support'); ?></td>
  101. <td><?php echo $statistics['zlib']; ?></td>
  102. <td class="gray_bg">Curl <?php echo \think\Lang::get('wel_support'); ?></td>
  103. <td><?php echo $statistics['curl']; ?></td>
  104. </tr>
  105. </tbody>
  106. </table>
  107. </div>
  108. </body>
  109. </html>