Update database_settings.php

This commit is contained in:
jakani24
2024-03-10 10:10:31 +01:00
parent a043612c03
commit 94643e3824

View File

@@ -179,7 +179,6 @@ async function add_item(db,element_id1,field1,element_id2,field2){ //we have two
echo '</tbody>'; echo '</tbody>';
echo '</table>'; echo '</table>';
$conn->close();
?> ?>
</div> </div>
@@ -218,7 +217,6 @@ async function add_item(db,element_id1,field1,element_id2,field2){ //we have two
echo '</tbody>'; echo '</tbody>';
echo '</table>'; echo '</table>';
$conn->close();
?> ?>
</div> </div>
@@ -227,6 +225,9 @@ async function add_item(db,element_id1,field1,element_id2,field2){ //we have two
</div> </div>
</div> </div>
</div> </div>
<?php
$conn->close();
?>
<script> <script>
//decide which div should be shown: //decide which div should be shown:
// Get the URL parameters // Get the URL parameters