Subversion Repositories taios

Rev

Rev 494 | Details | Compare with Previous | 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');
519 freddie 6
define('ALLOW_FILES', false);
7
define('ROOT_PATH', 'http://wolves.org/~dummy/taios/');
494 muzer 8
define('RECAPTCHA_PUBLICKEY', 'dummy');
9
define('RECAPTCHA_PRIVATEKEY', 'dummy');
10
 
11
?>