15 lines
343 B
Plaintext
15 lines
343 B
Plaintext
<?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'] = '';
|
|
$_m['salt'] = '';
|
|
|
|
$_sendermail = 'noreply@.de';
|
|
$_smtp['srv'] = 'mail.seemsleg.it';
|
|
$_smtp['user'] = 'noreply@.de';
|
|
$_smtp['pw'] = '';
|
|
?> |