This commit is contained in:
home
2019-11-05 18:13:26 +01:00
commit dc6348e919
11 changed files with 350 additions and 0 deletions

10
_func.php Normal file
View File

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