Aggiunta accesso script reader a gui esterne

This commit is contained in:
loviuz 2020-08-08 15:42:04 +02:00
parent e29850751a
commit 46a5340dc5
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
<?php
header('Access-Control-Allow-Origin: *');
// Lettura file di configurazione
$config = parse_ini_file('../config.ini');
@ -147,4 +148,4 @@ switch( $_POST['op'] ){
$mysqli->close();
}
break;
}
}