From 279674a78ae0c3d2c5cd568e28a16ddc1d391e7b Mon Sep 17 00:00:00 2001 From: Catouse Date: Wed, 11 Nov 2020 13:52:46 +0800 Subject: [PATCH] * task #8233, bug #3567, fix server url in im/debug view. --- xuanxuan/module/im/ext/control/debug.php | 1 + xuanxuan/module/im/ext/view/debug.html.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/xuanxuan/module/im/ext/control/debug.php b/xuanxuan/module/im/ext/control/debug.php index 786c083ee0..2502133452 100644 --- a/xuanxuan/module/im/ext/control/debug.php +++ b/xuanxuan/module/im/ext/control/debug.php @@ -15,6 +15,7 @@ class myIm extends im $this->view->source = $source; $this->view->xxdStatus = $this->im->getXxdStatus(); $this->view->checkXXBConfig = $this->im->checkXXBConfig(); + $this->view->domain = $this->im->getServer('zentao'); $this->display(); } } diff --git a/xuanxuan/module/im/ext/view/debug.html.php b/xuanxuan/module/im/ext/view/debug.html.php index dc5027247a..ca42656212 100755 --- a/xuanxuan/module/im/ext/view/debug.html.php +++ b/xuanxuan/module/im/ext/view/debug.html.php @@ -46,7 +46,7 @@ window.v.showLog = xuanxuan->debug;?>; im->url;?> - config->webRoot . 'x.php';?> + config->webRoot . 'x.php';?>