Server : nginx/1.20.2 System : Linux launch-advisor-20210512 3.10.0-957.21.3.el7.x86_64 #1 SMP Tue Jun 18 16:35:19 UTC 2019 x86_64 User : www ( 1000) PHP Version : 5.3.29 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/jingsi/mobsite/e/data/template/ |
<?php require('e/class/connect.php'); require('e/class/db_sql.php'); require('e/class/functions.php'); require('e/class/t_functions.php'); require('e/data/dbcache/class.php'); require ECMS_PATH.'e/data/'.LoadLang('pub/fun.php'); $link=db_connect(); $empire=new mysqlquery(); $pr=$empire->fetch1("select sitekey,siteintro from {$dbtbpre}enewspublic limit 1"); //页面 $pagetitle=ehtmlspecialchars($public_r['sitename']); $pagekey=ehtmlspecialchars($pr['sitekey']); $pagedes=ehtmlspecialchars($pr['siteintro']); $url="<a href=\"".ReturnSiteIndexUrl()."\">".$fun_r['index']."</a>";//栏目导航 $indextemp=GetIndextemp();//取得模板 $string=DtNewsBq('indexpage',$indextemp,0); $string=str_replace('[!--newsnav--]',$url,$string);//位置导航 $string=ReplaceSvars($string,$url,0,$pagetitle,$pagekey,$pagedes,$addr,0); $string=str_replace('[!--page.stats--]','',$string); echo stripSlashes($string); db_close(); $empire=null; ?>