tilgen und quittieren

This commit is contained in:
troy grunt 2020-10-03 12:17:55 +02:00
parent af7d76d9c8
commit 4bf780e458

View File

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