This commit is contained in:
Sebastian Titz
2021-05-10 13:27:51 +02:00
parent d8f5fd7f3a
commit 234e187a54
5 changed files with 0 additions and 190 deletions

View File

@@ -1,4 +1,3 @@
<<<<<<< HEAD
<?php
// include ('config.php');
include_once ('sql.php');
@@ -8,15 +7,4 @@ include_once ('numbers.php');
include_once ('mail.php');
include_once ('debug.php');
include_once ('markdown.php');
=======
<?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');
>>>>>>> branch 'master' of https://git.seemsleg.it/pub/php-func-lib.git
?>