.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-08-06 14:51:53 +00:00
parent 30361a9aae
commit 803e7185d8
2 changed files with 2 additions and 2 deletions

View File

@@ -155,7 +155,7 @@ function check_install() {
console.log('install: '+install);
if (install==1) {
var url = 'scan.php?op=check_install&key=<?php echo $key;?>';
var url = 'scan.php?op=check_install';
$.get(url, function(data){
console.log('check_install:'+data+' counter: '+counter);
if (data=='INSTALLED') {