mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-23 18:11:47 +02:00
Disconnect ...
git-svn-id: file:///svn/phpbb/trunk@4590 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -12,9 +12,7 @@
|
|||||||
// -------------------------------------------------------------
|
// -------------------------------------------------------------
|
||||||
|
|
||||||
// TODO
|
// TODO
|
||||||
// Create new user on server
|
// Check/enter/update transport info
|
||||||
// Advise what transports on server
|
|
||||||
// Register transport usernames/passwords (links to online reg systems)
|
|
||||||
|
|
||||||
if (!empty($setmodules))
|
if (!empty($setmodules))
|
||||||
{
|
{
|
||||||
@@ -90,6 +88,9 @@ if ($jab_enable && ($jab_host != $config['jab_host'] || $jab_username != $config
|
|||||||
$message = $user->lang['JAB_CHANGED'];
|
$message = $user->lang['JAB_CHANGED'];
|
||||||
$log = 'JAB_CHANGED';
|
$log = 'JAB_CHANGED';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
sleep(1);
|
||||||
|
$jabber->Disconnect();
|
||||||
}
|
}
|
||||||
else if ($jab_password != $config['jab_password'])
|
else if ($jab_password != $config['jab_password'])
|
||||||
{
|
{
|
||||||
@@ -192,7 +193,7 @@ $jab_yim_enable_no = (!$new['jab_yim_enable']) ? 'checked="checked"' : '';
|
|||||||
<td class="row2"><input class="post" type="text" name="jab_host" value="<?php echo $new['jab_host']; ?>" /></td>
|
<td class="row2"><input class="post" type="text" name="jab_host" value="<?php echo $new['jab_host']; ?>" /></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="row1" width="40%"><b><?php echo $user->lang['JAB_PORT']; ?>: </b></td>
|
<td class="row1" width="40%"><b><?php echo $user->lang['JAB_PORT']; ?>: </b><br /><span class="gensmall"><?php echo $user->lang['JAB_PORT_EXPLAIN']; ?></span></td>
|
||||||
<td class="row2"><input class="post" type="text" name="jab_port" value="<?php echo $new['jab_port']; ?>" /></td>
|
<td class="row2"><input class="post" type="text" name="jab_port" value="<?php echo $new['jab_port']; ?>" /></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
Reference in New Issue
Block a user