@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user