Update database_settings.php

This commit is contained in:
jakani24
2024-02-17 21:39:38 +01:00
parent 5395a611dd
commit ab0686392b

View File

@@ -31,7 +31,7 @@ include "perms_functions.php";
</head>
<body>
<script>
function async update_db(){
async function update_db(){
var loader=document.getElementById("loader");
loader.style.display="block";
await fetch('/api/php/database/compile_database.php');