Server : nginx/1.22.1 System : Linux iZwz9daxib3w3i063fw434Z 3.10.0-1127.19.1.el7.x86_64 #1 SMP Tue Aug 25 17:23:54 UTC 2020 x86_64 User : www ( 1000) PHP Version : 5.6.40 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv Directory : /www/wwwroot/www.jkmold.com/phpsso_server/phpcms/modules/admin/templates/ |
<?php defined('IN_ADMIN') or exit('No permission resources.');?> <?php $page_title = L('index');$show_scroll = 1; include $this->admin_tpl('header'); ?> <div class="pad-lr-10"> <h2 class="title-1 line-x f14 fb blue lh28"><?php echo L('phpsso')?></h2> <table width="100%" class="table_form"> <tr> <th width="100"><?php echo L('version_info')?>:</th> <td>v1.0</td> </tr> <tr> <th><?php echo L('application_info')?>:</th> <td><?php echo $appnum?></td> </tr> <tr> <th><?php echo L('member_info')?>:</th> <td> <?php echo L('total')?><?php echo $total_member?> <?php echo L('member_today')?><?php echo $today_member?></td> </tr> <tr> <th><?php echo L('queue_info')?>:</th> <td><?php echo $total_messagequeue?></td> </tr> </table> <div class="bk15"></div> <h2 class="title-1 line-x f14 fb blue lh28"><?php echo L('system_info')?></h2> <table width="100%" class="table_form"> <tr> <th width="100"><?php echo L('server_info')?>:</th> <td><?php echo PHP_OS.' '.$_SERVER['SERVER_SOFTWARE'];?></td> </tr> <tr> <th><?php echo L('host_info')?>:</th> <td><?php echo $_SERVER['SERVER_NAME'].'('.$_SERVER['SERVER_ADDR'].':'.$_SERVER['SERVER_PORT'].')'?> </td> </tr> <tr> <th><?php echo L('php_info')?>:</th> <td>get_magic_quotes_gpc():<?php echo get_magic_quotes_gpc() ? 'On' : 'Off';?></td> </tr> <tr> <th><?php echo L('mysql_info')?>:</th> <td><?php echo L('mysql_version')?>:<?php echo $mysql_version?>、 <?php echo L('table_size')?>:<?php echo $mysql_table_size?>、 <?php echo L('index_size')?>:<?php echo $mysql_table_index_size?> </td> </tr> </table> <div class="bk15"></div> <h2 class="title-1 line-x f14 fb blue lh28"><?php echo L('service_info')?></h2> <table width="100%" class="table_form"> <tr> <th width="100"><?php echo L('development_team')?>:</th> <td><?php echo L('phpcms_chenzhouyu')?>、<?php echo L('phpcms_wangtiecheng')?></td> </tr> <tr> <th><?php echo L('design_team')?>:</th> <td><?php echo L('phpcms_dongfeilong')?></td> </tr> </table> </div> </body> </html>