Subversion Repositories taios

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
494 muzer 1
<?php
2
 
3
define('MYSQL_HOST', 'localhost');
4
define('MYSQL_USER', 'taios');
5
define('MYSQL_PASSWORD', 'dummy');
6
define('RECAPTCHA_PUBLICKEY', 'dummy');
7
define('RECAPTCHA_PRIVATEKEY', 'dummy');
8
 
9
?>