CMXX - Multisite setup

This commit is contained in:
“VeLiTi”
2025-03-13 12:07:18 +01:00
parent 0b78fa4827
commit 0d6f75704b
26 changed files with 3471 additions and 206 deletions

View File

@@ -15,7 +15,6 @@ if (isAllowed('dashboard',$_SESSION['profile'],$_SESSION['permission'],'R') ===
header('location: index.php');
exit;
}
//Return QueryTotal from API
$api_url = '/v1/equipments/totals=';
$query_total_equipment = ioServer($api_url,'');