forgot to remove debugging stuff ...

This commit is contained in:
Sebastian Mendel
2005-11-25 10:23:26 +00:00
parent f3ac2a9225
commit a79b25c0e2

View File

@@ -1118,8 +1118,7 @@ if ( ! defined( 'PMA_MINIMUM_COMMON' ) ) {
echo '</script></body></html>' . "\n";
} else {
$uri .= '?h=y';
if ( true || SID ) {
if ( SID ) {
if ( strpos( $uri, '?' ) === false ) {
header( 'Location: ' . $uri . '?' . SID );
} else {
@@ -1133,7 +1132,6 @@ if ( ! defined( 'PMA_MINIMUM_COMMON' ) ) {
} else {
$separator = '&';
}
exit;
header( 'Location: ' . $uri . $separator . SID );
}
} else {