# WARNING: head commit changed in the meantime

secret example
This commit is contained in:
stitz 2020-11-09 07:38:51 +01:00
parent 4bf780e458
commit 25cf5b6078

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');
?>