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