diff --git a/switch.php b/switch.php index 5f4f37f..7fa0ecd 100644 --- a/switch.php +++ b/switch.php @@ -8,10 +8,8 @@ include 'config.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) { if (substr($key, 0, 4) != "sent") continue;