uncomment line to have successful migrations have feedback on the admin frontend
This commit is contained in:
parent
a75dd535bc
commit
a65df574ca
1 changed files with 1 additions and 1 deletions
|
@ -20,6 +20,6 @@ foreach ($migrations as $mig) {
|
|||
}
|
||||
}
|
||||
|
||||
//header("Location: index.php?migrated=1&pw={$adminPassword}");
|
||||
header("Location: index.php?migrated=1&pw={$adminPassword}");
|
||||
|
||||
?>
|
Loading…
Reference in a new issue