troys issues funktion

This commit is contained in:
Troy Grunt 2025-02-15 21:02:11 +01:00
parent b475672eac
commit 61b52d8427

View File

@ -14,7 +14,7 @@ function sendToTroy($data) {
return file_get_contents ( $url, false, $context ); return file_get_contents ( $url, false, $context );
} }
function troysIssue($ident, $typ, $text = null, $data = [], $reaction = [], $wait_til = null) { function troysIssue($ident, $typ, $text = null, $data = [], $reaction = []) {
global $sql; global $sql;
$url = "https://issues.troy-grunt.de/api/input"; $url = "https://issues.troy-grunt.de/api/input";