Skip to content

Commit

Permalink
latest security update of phpmyadmin seems to have disabled the index…
Browse files Browse the repository at this point in the history
…es so we need to explicitely redirect to .../index.php
  • Loading branch information
soul9 committed Jan 20, 2017
1 parent 77a7849 commit bec836f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bureau/admin/sql_pma_sso.php
Expand Up @@ -38,7 +38,7 @@
$_SESSION['PMA_single_signon_host'] = $r["host"]; // pma >= 2.11
session_write_close();
// finally redirect to phpMyAdmin :
header("Location: /alternc-sql/");
header("Location: /alternc-sql/index.php");
exit();
}

Expand Down

0 comments on commit bec836f

Please sign in to comment.