php-func-lib/_func.php
electronicfreak 560ef6589c add troy api
2024-04-04 19:53:41 +02:00

11 lines
259 B
PHP

<?php
// include ('config.php');
include_once ('sql.php');
$sql = new SQL ();
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');
?>