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

3
config.php.example Normal file
View File

@@ -0,0 +1,3 @@
<?php
define ( 'SQL_LOG', 1 ); // schreibt sql querys in eine log
?>