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/w.xxlht.com/Wukong/dispatch_jump.tpl
<?php
    if(C('LAYOUT_ON')) {
        echo '{__NOLAYOUT__}';
    }
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=0" name="viewport"> 
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>跳转提示</title>
<script src="__PUBLIC__/Wukongphp/js/jquery.min.js"></script>
<script src="__PUBLIC__/layer/layer.js"></script>
</head>
<style type="text/css">
*{padding:0px;margin:0px;}
</style>
<body style="">
<script>
            layer.alert('<?php echo($message); ?><?php echo($error); ?>', {
              icon: <?php echo $message=="" ? '2' : '1' ?>,
              title:'提示信息',
              skin: 'layer-ext-moon',
              closeBtn: 1,
              shade: 0.1,
              anim: 0 //动画类型
            },function(){
            //如果是退出操作,就调用父窗口跳转
            <?php  if(strpos($jumpUrl , 'logout')){ ?>
            window.top.location="<?php echo($jumpUrl); ?>";
            <?php } else { ?>
            window.location="<?php echo($jumpUrl); ?>";
            <?php } ?>
        })
</script>
</body>
</html>