diff --git a/webhook.php b/webhook.php index a418894..41f3ab7 100644 --- a/webhook.php +++ b/webhook.php @@ -130,6 +130,7 @@ function get_updated_req() { } else { return "Everything is complete"; } + edit_html($text); } // Get JSON from post, store it and decode it. $var = file_get_contents('php://input');