HEX
Server: nginx/1.16.1
System: Linux VM-0-14-centos 4.18.0-348.7.1.el8_5.x86_64 #1 SMP Wed Dec 22 13:25:12 UTC 2021 x86_64
User: www (1000)
PHP: 8.3.31
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/www.sceysls.com/wp-content/themes/Zing-Pro/template-parts/footer/footer-3.php
<?php
/**
 * @Author: 大胡子
 * @Email:  dahuzi@xintheme.com
 * @Link:   www.dahuzi.me
 * @Date:   2020-04-27 23:57:28
 * @Last Modified by:   dahuzi
 * @Last Modified time: 2022-01-28 22:52:48
 */
?>
		<section class="site-footer bottom footer-3">
		<div class="page-width clearfix">
			<div class="module-default module-no-margin">
				<div class="module-inner">
					<div class="module-content">
						<div class="qhd-content" style="text-align: center;line-height: 2;">
						<?php if( xintheme('foot_link') ) : ?>
						<?php if ( is_home() && !wp_is_mobile() ) { ?>
							<ul class="footer-menu"><li style="opacity:0.4;font-size: 14px;">友情链接:</li><?php wp_list_bookmarks('title_li=&categorize=0'); ?></ul>
						<?php } ?>
						<?php endif; ?>
						<?php
							$footer_icp = xintheme('footer_icp');
							$footer_gaba = xintheme('footer_gaba');
							$footer_copyright = xintheme('footer_copyright');
							$timer_stop = xintheme('timer_stop');
						?>
						<?php if( $footer_copyright ){?><?php echo $footer_copyright;?><?php }else{?>© <?php echo date('Y'); ?>.&nbsp;All Rights Reserved.<?php } ?><?php if( $footer_icp ) : ?>&nbsp;<a rel="nofollow" target="_blank" href="http://beian.miit.gov.cn/"><?php echo $footer_icp;?></a><?php endif; ?><?php if( $footer_gaba ) : ?>&nbsp;<a rel="nofollow" target="_blank" href="<?php echo xintheme('footer_gaba_url');?>"><img loading="lazy" class="gaba" alt="公安备案" src="<?php bloginfo('template_directory'); ?>/static/images/gaba.png"><?php echo $footer_gaba;?></a><?php endif; ?><?php if( xintheme('xintheme_link') ) : ?>&nbsp;Theme By&nbsp;<a href="http://www.xintheme.com" target="_blank">XinTheme</a><?php endif; ?><?php if( $timer_stop ) : ?>.&nbsp;页面生成时间:<?php timer_stop(1);?>秒<?php endif; ?>
						</div>
					</div>
				</div>
			</div>
		</div>
		</section>