HEX
Server: nginx/1.28.1
System: Linux 10-41-63-61 6.8.0-31-generic #31-Ubuntu SMP PREEMPT_DYNAMIC Sat Apr 20 00:40:06 UTC 2024 x86_64
User: www (1001)
PHP: 7.4.33
Disabled: 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
Upload Files
File: /www/wwwroot/bs.kntsleep.com/cache/compile/9b5f0f6de30c9af185241d61abcfd2f5.php
<?php defined('IS_OK') or exit('Access Forbidden'); ?>
<?php include(load::theme('com/head')); ?>

<section class="newsdetail" bosscms="newsdetail" group>
  <article>
    <h1><?php echo $G['group']['name']; ?></h1>
    <div>
      <b><?php echo $G['config']['group_time']; ?></b>
      <i><?php echo date('Y-m-d H:i:s',$G['group']['mtime']); ?></i>
      <b><?php echo $G['config']['group_notice']; ?></b>
      <i><notice type="<?php echo $G['group']['type']; ?>" id="<?php echo $G['group']['id']; ?>"><?php echo $G['group']['notice']; ?></notice></i>
      <?php  if( $G['config']['member_open'] ){ ?>
      <i class="fa fa-star<?php  if( !$G['group']['collect'] ){ ?>-o<?php } ?>">
        <a collect="<?php echo $G['group']['type']; ?>_<?php echo $G['group']['id']; ?>" href="javascript:;"><?php echo $G['config']['group_collect']; ?></a>
      </i>
      <?php } ?>
    </div>
    <aside><?php echo $G['group']['content']; ?></aside>
    <?php  if( $G['group']['tag'] ){ ?>
    <div class="tag">
    <?php foreach( $G['group']['tag'] as $v ){ ?>
    <a href="<?php echo $v['url']; ?>" title="<?php echo $v['title']; ?>"><?php echo $v['title']; ?></a>
    <?php } ?>
    </div>
    <?php } ?>
    <?php $both1 = html::both( $G['group']['id'], $G['items']['id'], null ); if( $both1 ){ $html = $both1; ?><?php echo $html; ?><?php } ?>
  </article>
  <?php $comment1 = html::comment( $G['group']['id'], $G['group']['type'], 0, 1 ); if( $comment1 ){ $html = $comment1; ?>
  <article>
    <div class="comment"><?php echo $html; ?></div>
  </article>
  <?php } ?>
</section>

<?php include(load::theme('com/foot')); ?>