uncomment line to have successful migrations have feedback on the admin frontend

This commit is contained in:
notfire 2025-02-18 15:36:43 -05:00
parent a75dd535bc
commit a65df574ca
No known key found for this signature in database
GPG key ID: 3AFDACAAB4E56B16

View file

@ -20,6 +20,6 @@ foreach ($migrations as $mig) {
}
}
//header("Location: index.php?migrated=1&pw={$adminPassword}");
header("Location: index.php?migrated=1&pw={$adminPassword}");
?>