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/cs.wgegeghx.com/templates/default/index/footer.html
<!--S 底部-->
<div class="footer">
    <div class="w1200 clearfix">
        <div class="links">
            <!-- 友情链接模块-->
            <span>友情链接:</span>
			{yzn module="links" action="lists" catid="0" cache="3600" order="listorder ASC" num="20" return="data"}
			   {volist name='data' id='v'}
               <a href="{$v.url}" target="_blank">{$v.name}</a>
			   {/volist}
			{/yzn}
            <!--友情链接模块-->
        </div>
        
            <!--此处变量可以后台配置设置调用-->
        </div>
</div>
<div class="copy">
    <!--此处变量可以后台配置设置调用-->
    <div class="w1200 clearfix">
        <p class="fl">Copyright © 2021 {:config('web_site_banquan')} 版权所有</p>

<div style="text-align:right;">
	<a href="https://beian.miit.gov.cn" target="_blank"><span style="color:#999999;">{:config('web_site_icp')}</span>  </a>
</div>

    </div>
    <!--此处变量可以后台配置设置调用-->
</div>
<div id='hideImg' style='display:none'>
    <img src="{:config('web_site_mob_link')}" />
</div>
<!--E 底部-->
<script src="__JS_PATH__/base.js"></script>
<script src="https://cdn.bootcdn.net/ajax/libs/layer/3.3.0/layer.min.js"></script>
<script>
  function showImg(){
      layer.open({
          type: 1,
          title: false,
          area: ['auto'],
          skin: 'layui-layer-nobg', //没有背景色
          shadeClose: true,
          content:$("#hideImg")
        });
  }
</script>
 
{:config('web_site_statistics')}
</body>
</html>