php-func-lib/_func.php
admin a30fd21842 Merge branch 'master' of https://git.seemsleg.it/pub/php-func-lib.git
into HEAD

Conflicts:
	.gitignore
	README.md
	_func.php
	secret.php.example
	sql.php
2021-05-09 18:13:15 +02:00

22 lines
541 B
PHP

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