From 560ef6589c99cbc095c88871e69f75c5e3a62949 Mon Sep 17 00:00:00 2001 From: electronicfreak Date: Thu, 4 Apr 2024 19:53:41 +0200 Subject: [PATCH] add troy api --- _func.php | 1 + 1 file changed, 1 insertion(+) diff --git a/_func.php b/_func.php index f37372f..d11c170 100644 --- a/_func.php +++ b/_func.php @@ -6,5 +6,6 @@ include_once ('string.php'); include_once ('numbers.php'); include_once ('mail.php'); include_once ('debug.php'); +include_once ('troy-api.php'); // include_once ('markdown.php'); ?> \ No newline at end of file