From: xzilla Date: Tue, 28 Jun 2005 19:33:47 +0000 (+0000) Subject: Add a generic logout option to the title bar to log out out of your current database X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=refs%2Fheads%2FDEV_SLONY;p=phppgadmin.git Add a generic logout option to the title bar to log out out of your current database --- diff --git a/classes/Misc.php b/classes/Misc.php index c0b48a36..4cbacc6d 100644 --- a/classes/Misc.php +++ b/classes/Misc.php @@ -2,7 +2,7 @@ /** * Class to hold various commonly used functions * - * $Id: Misc.php,v 1.100.2.3 2005/06/02 15:21:47 chriskl Exp $ + * $Id: Misc.php,v 1.100.2.4 2005/06/28 19:33:47 xzilla Exp $ */ class Misc { @@ -868,10 +868,12 @@ $window_id = htmlspecialchars('sqledit:'.$_REQUEST['server']); echo ""; - + echo "{$lang['strsql']} | "; - echo "{$lang['strfind']}"; + echo "{$lang['strfind']} | "; + + echo "{$lang['strlogout']}"; echo ""; }