forgot to remove debugging stuff ...
This commit is contained in:
@@ -1118,8 +1118,7 @@ if ( ! defined( 'PMA_MINIMUM_COMMON' ) ) {
|
|||||||
echo '</script></body></html>' . "\n";
|
echo '</script></body></html>' . "\n";
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
$uri .= '?h=y';
|
if ( SID ) {
|
||||||
if ( true || SID ) {
|
|
||||||
if ( strpos( $uri, '?' ) === false ) {
|
if ( strpos( $uri, '?' ) === false ) {
|
||||||
header( 'Location: ' . $uri . '?' . SID );
|
header( 'Location: ' . $uri . '?' . SID );
|
||||||
} else {
|
} else {
|
||||||
@@ -1133,7 +1132,6 @@ if ( ! defined( 'PMA_MINIMUM_COMMON' ) ) {
|
|||||||
} else {
|
} else {
|
||||||
$separator = '&';
|
$separator = '&';
|
||||||
}
|
}
|
||||||
exit;
|
|
||||||
header( 'Location: ' . $uri . $separator . SID );
|
header( 'Location: ' . $uri . $separator . SID );
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
Reference in New Issue
Block a user