* task #8233, bug #3567, fix server url in im/debug view.

This commit is contained in:
Catouse
2020-11-11 13:53:50 +08:00
parent e58df36f7a
commit c298d66d86
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -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();
}
}
+1 -1
View File
@@ -46,7 +46,7 @@ window.v.showLog = <?php echo $config->xuanxuan->debug;?>;
</tr>
<tr>
<th><?php echo $lang->im->url;?></th>
<td><?php echo commonModel::getSysURL() . $this->config->webRoot . 'x.php';?></td>
<td><?php echo $domain . $this->config->webRoot . 'x.php';?></td>
</tr>
</body>
</table>