pass sslmode for logout link in top nav. per report from Javier Carlos, fixed by me.
authorxzilla <xzilla>
Wed, 1 Nov 2006 00:49:31 +0000 (00:49 +0000)
committerxzilla <xzilla>
Wed, 1 Nov 2006 00:49:31 +0000 (00:49 +0000)
classes/Misc.php

index 49b6f58d77ea002905e26a304aeec316b48e2a70..61ca2c5334246aae4ce349860338dd2133b74bcd 100644 (file)
@@ -2,7 +2,7 @@
        /**
         * Class to hold various commonly used functions
         *
-        * $Id: Misc.php,v 1.135 2006/10/31 16:04:12 xzilla Exp $
+        * $Id: Misc.php,v 1.136 2006/11/01 00:49:31 xzilla Exp $
         */
         
        class Misc {
                                
                                echo "<a class=\"toplink\" href=\"{$url}find\" target=\"sqledit\" onclick=\"window.open('{$url}find','{$window_id}','toolbar=no,width=600,height=400,resizable=yes,scrollbars=no').focus(); return false;\">{$lang['strfind']}</a> | ";
                                
-                               echo "<a class=\"toplink\" href=\"servers.php?action=logout&amp;logoutServer=".htmlspecialchars($server_info['host']).":".htmlspecialchars($server_info['port'])."\">{$lang['strlogout']}</a>";
+                               echo "<a class=\"toplink\" href=\"servers.php?action=logout&amp;logoutServer=".htmlspecialchars($server_info['host']).":".htmlspecialchars($server_info['port']).":".htmlspecialchars($server_info['sslmode'])."\">{$lang['strlogout']}</a>";
                                
                                echo "</td>";
                        }