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

10
secret.php.example Normal file
View File

@@ -0,0 +1,10 @@
<?php
define ( 'SQL_LOG', 1 ); // schreibt sql querys in eine log
$_m['host'] = 'localhost';
$_m['user'] = '';
$_m['pass'] = '';
$_m['data'] = '';
$_m['pre'] = 'efcms2_';
$_m['salt'] = '';
?>