PiSwitch/name.php
2015-03-30 15:27:28 +02:00

9 lines
138 B
PHP

<?php
header("Content-Type: text/html; charset=UTF-8");
$name1 = 'Steckdose 1';
$name2 = 'Steckdose 2';
$name3 = 'Steckdose 3';
?>