CMXX - Multisite settings

This commit is contained in:
“VeLiTi”
2025-03-13 12:32:57 +01:00
parent 116cdcd745
commit 75d9aa722a
50 changed files with 107 additions and 76 deletions

View File

@@ -216,7 +216,7 @@ case 'firmwareUpdate':
if (isset($_GET['sn']) && $_GET['sn'] != '' && isset($_GET['hw_version']) && $_GET['hw_version'] != '' && isset($_GET['sw_version']) && $_GET['sw_version'] != '') {
include './settings/settings.php';
include './settings/settings_redirector.php';
//Clean input data
$hw_device_send = strip_tags(trim($_GET['hw_version']));