php-func-lib/_func.php
Sebastian Titz 49fb0c290f post request
2021-11-29 10:39:44 +01:00

11 lines
258 B
PHP

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