diff options
| author | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-10-12 20:31:35 +0000 |
|---|---|---|
| committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-10-12 20:31:35 +0000 |
| commit | a175297e14c4a786a4786589e32767d74c34a182 (patch) | |
| tree | db8beb1da7d0fa08acd68c4e13d296d654444f56 | |
| parent | e93a382870755d8dfdfc440a7fb4993c7d12a2a3 (diff) | |
| download | forums-a175297e14c4a786a4786589e32767d74c34a182.tar forums-a175297e14c4a786a4786589e32767d74c34a182.tar.gz forums-a175297e14c4a786a4786589e32767d74c34a182.tar.bz2 forums-a175297e14c4a786a4786589e32767d74c34a182.tar.xz forums-a175297e14c4a786a4786589e32767d74c34a182.zip | |
Disconnect ...
git-svn-id: file:///svn/phpbb/trunk@4590 89ea8834-ac86-4346-8a33-228a782c2dd0
| -rw-r--r-- | phpBB/adm/admin_jabber.php | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/phpBB/adm/admin_jabber.php b/phpBB/adm/admin_jabber.php index a746dd5a12..a0eb46c9bb 100644 --- a/phpBB/adm/admin_jabber.php +++ b/phpBB/adm/admin_jabber.php @@ -12,9 +12,7 @@ // ------------------------------------------------------------- // TODO -// Create new user on server -// Advise what transports on server -// Register transport usernames/passwords (links to online reg systems) +// Check/enter/update transport info if (!empty($setmodules)) { @@ -90,6 +88,9 @@ if ($jab_enable && ($jab_host != $config['jab_host'] || $jab_username != $config $message = $user->lang['JAB_CHANGED']; $log = 'JAB_CHANGED'; } + + sleep(1); + $jabber->Disconnect(); } 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> </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> </tr> <tr> |
