Update database_settings.php

This commit is contained in:
jakani24
2024-02-17 21:36:39 +01:00
parent 280a37f1b9
commit 753ccf9b0d

View File

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