add troy api

This commit is contained in:
electronicfreak 2024-04-04 19:53:41 +02:00
parent e4a21f4d7c
commit 560ef6589c

View File

@ -6,5 +6,6 @@ include_once ('string.php');
include_once ('numbers.php'); include_once ('numbers.php');
include_once ('mail.php'); include_once ('mail.php');
include_once ('debug.php'); include_once ('debug.php');
include_once ('troy-api.php');
// include_once ('markdown.php'); // include_once ('markdown.php');
?> ?>