Initial commit

This commit is contained in:
2026-01-02 20:52:43 +01:00
commit e9d2257d73
854 changed files with 164132 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
<?php
/*
Es gibt nur einen Steckertypen, daher ist dies zunächst irrelvant
$type = $_GET["type"];
$settings = json_decode(file_get_contents("../settings.json"), true);
$plug = $settings["plug"]; //$plug ist die plug-ID!
Weitere Zeilen entfernt. Speicherung wäre notwendig.
*/
echo "Sp Dr L30";
?>