removed the leftlight.php3 file, and put all the code in left.php3: it
should be cleaner and "nicer" this way.
This commit is contained in:
@@ -808,16 +808,10 @@ if (!defined('PMA_COMMON_LIB_INCLUDED')){
|
||||
function PMA_showMessage($message)
|
||||
{
|
||||
|
||||
if (isset($GLOBALS['cfgLeftFrameLight']) && $GLOBALS['cfgLeftFrameLight']) {
|
||||
$leftFrame = "leftlight.php3";
|
||||
} else {
|
||||
$leftFrame = "left.php3";
|
||||
}
|
||||
|
||||
// Reloads the navigation frame via JavaScript if required
|
||||
if (isset($GLOBALS['reload']) && $GLOBALS['reload']) {
|
||||
echo "\n";
|
||||
$reload_url = './' . $leftFrame
|
||||
$reload_url = './left.php3'
|
||||
. '?lang=' . $GLOBALS['lang']
|
||||
. '&server=' . $GLOBALS['server']
|
||||
. ((!empty($GLOBALS['db'])) ? '&db=' . urlencode($GLOBALS['db']) : '');
|
||||
|
Reference in New Issue
Block a user