2013-08-07 20:32:44 +02:00
|
|
|
<?php
|
|
|
|
define('VERSION_NUMBER', '2.0');
|
|
|
|
|
|
|
|
define('MYSQL_HOST', 'localhost');
|
|
|
|
define('MYSQL_LOGIN', '');
|
|
|
|
define('MYSQL_PASSWORD', '');
|
2013-08-07 23:29:57 +02:00
|
|
|
define('MYSQL_DB', '');
|
2013-08-07 20:32:44 +02:00
|
|
|
define('MYSQL_PREFIX', '');
|
|
|
|
|
|
|
|
define('TITLE', 'Bouffe@Ulm');
|
2013-08-07 23:29:57 +02:00
|
|
|
define('BASE_URL', 'http://monsite.com/BouffeAtUlm/');
|
|
|
|
define('SALT', 'longandcomplicatedstring');
|