Update database_settings.php
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user