Skip to content

Commit

Permalink
MDL-81989 install: move footer print funtion into container
Browse files Browse the repository at this point in the history
  • Loading branch information
lameze committed Jun 4, 2024
1 parent bcd8e0d commit 7d7a250
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.php
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -482,8 +482,8 @@
if ($hint_database !== '') {
echo '<div class="alert alert-danger">'.$hint_database.'</div>';
}
echo '</div>';
install_print_footer($config);
echo '</div>';
die;
}

Expand Down Expand Up @@ -617,9 +617,9 @@
echo '</div>';
}

install_print_footer($config);
echo '</div>';

install_print_footer($config);
die;
}

Expand Down

0 comments on commit 7d7a250

Please sign in to comment.