mirror of
https://github.com/sigmasternchen/PiSwitch
synced 2025-03-15 07:58:58 +00:00
another header
This commit is contained in:
parent
82c3a4bc3c
commit
0b07f97edc
1 changed files with 1 additions and 3 deletions
|
@ -8,10 +8,8 @@
|
||||||
|
|
||||||
include 'config.php';
|
include 'config.php';
|
||||||
include 'name.php';
|
include 'name.php';
|
||||||
header("Content-Type: text/html; charset=UTF-8");
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
// I'm still wondering: How do you turn your switch off?
|
||||||
foreach($_GET as $key in $value) {
|
foreach($_GET as $key in $value) {
|
||||||
if (substr($key, 0, 4) != "sent")
|
if (substr($key, 0, 4) != "sent")
|
||||||
continue;
|
continue;
|
||||||
|
|
Loading…
Reference in a new issue