This commit is contained in:
admin
2021-05-09 18:10:53 +02:00
parent a846fe2fa7
commit 57421ead5e
10 changed files with 791 additions and 0 deletions

10
_func.php Normal file
View File

@@ -0,0 +1,10 @@
<?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');
?>