php-func-lib/_func.php
2019-11-05 18:13:26 +01:00

10 lines
192 B
PHP

<?php
include ('config.php');
include ('sql.php');
$sql = new SQL ();
include ('string.php');
include ('numbers.php');
include ('mail.php');
include ('debug.php');
include ('markdown.php');
?>