.
This commit is contained in:
10
secret.php.example
Normal file
10
secret.php.example
Normal 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'] = '';
|
||||
?>
|
||||
Reference in New Issue
Block a user