PiSwitch/name.php

11 lines
159 B
PHP
Raw Normal View History

2015-03-30 12:25:13 +00:00
<?php
header("Content-Type: text/html; charset=UTF-8");
$name1 = 'Schreibtischlampe';
$name2 = 'Lüfter';
$name3 = 'Luefter 2';
$name4 = 'Kette 1';
?>