Thinking smiley

Du har støtt på en feil!

Våre teknikere har blitt varslet og er på saken!

$channel, "text" => $text, "username" => $username, "icon_url" => $TIBE_ICON ]); $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $webhook_url); curl_setopt($ch, CURLOPT_HTTPHEADER, ['Content-Type:application/json']); curl_setopt($ch, CURLOPT_POST, 1); curl_setopt($ch, CURLOPT_POSTFIELDS, $message); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); $server_output = curl_exec($ch); curl_close($ch); if ($server_output == "OK") { } else { } ?>