php-func-lib/_func.php
2021-08-26 09:17:58 +02:00

10 lines
228 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 ('markdown.php');
?>