Update database_settings.php
This commit is contained in:
@@ -31,7 +31,7 @@ include "perms_functions.php";
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<script>
|
<script>
|
||||||
function async update_database(){
|
function async update_db(){
|
||||||
var loader=document.getElementById("loader");
|
var loader=document.getElementById("loader");
|
||||||
loader.style.display="block";
|
loader.style.display="block";
|
||||||
await fetch('/api/php/database/compile_database.php);
|
await fetch('/api/php/database/compile_database.php);
|
||||||
|
|||||||
Reference in New Issue
Block a user