according to rfc 2816, the location http header requires an absolute URI

This commit is contained in:
Loïc Chapeaux
2001-08-20 19:08:29 +00:00
parent 0ec91a1692
commit c3d62b3988
9 changed files with 37 additions and 13 deletions

View File

@@ -178,7 +178,7 @@ else {
. '&pos=0'
. '&sessionMaxRows=' . $sessionMaxRows
. '&goto=db_details.php3';
header('Location: sql.php3?' . $url_query);
header('Location: ' . $cfgPmaAbsoluteUri . 'sql.php3?' . $url_query);
}
?>