mirror of
https://github.com/sigmasternchen/PiSwitch
synced 2025-03-15 07:58:58 +00:00
another header
This commit is contained in:
parent
9350c4564c
commit
509c43bb38
1 changed files with 1 additions and 2 deletions
3
name.php
3
name.php
|
@ -1,7 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
header("Content-Type: text/html; charset=UTF-8");
|
// an array would be more readable
|
||||||
|
|
||||||
$name1 = 'Steckdose 1';
|
$name1 = 'Steckdose 1';
|
||||||
$name2 = 'Steckdose 2';
|
$name2 = 'Steckdose 2';
|
||||||
$name3 = 'Steckdose 3';
|
$name3 = 'Steckdose 3';
|
||||||
|
|
Loading…
Reference in a new issue