php-func-lib/_func.php
home 3bbacf0ed6 config entfernt
sql list fix
2019-12-15 20:18:56 +01:00

10 lines
195 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');
?>