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"; 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 {