This commit is contained in:
admin
2021-05-09 18:10:53 +02:00
parent a846fe2fa7
commit 57421ead5e
10 changed files with 791 additions and 0 deletions

10
secret.php.example Normal file
View File

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