PiSwitch/name.php

10 lines
138 B
PHP
Raw Normal View History

2015-03-30 12:25:13 +00:00
<?php
header("Content-Type: text/html; charset=UTF-8");
2015-03-30 13:27:28 +00:00
$name1 = 'Steckdose 1';
$name2 = 'Steckdose 2';
$name3 = 'Steckdose 3';
2015-03-30 12:25:13 +00:00
?>