1. Import

This commit is contained in:
2026-03-29 10:34:57 +02:00
parent b0e00c1259
commit a1129565af
4899 changed files with 3007593 additions and 0 deletions

19
html/illt/test.php Normal file
View File

@@ -0,0 +1,19 @@
<?php
include_once ("../include/mcglobal.inc.php");
include_once ("../include/auth.inc.php");
// include_once ("../include/html.inc.php");
// include_once ("../include/inc_vehicle.inc.php");
include_once ("../include/inc_stock.inc.php");
// include_once ("../locating/xServer.inc.php");
include_once ("../illt/inc_serviceunit.inc.php");
illtInitGlobals();
include_once ("../include/inc_calendar.inc.php");
$xTest = getServiceUnits();
// var_export($xTest);
print_r($xTest);
?>