13 lines
351 B
Plaintext
13 lines
351 B
Plaintext
<?php
|
|
define('VERSION_NUMBER', '2.0');
|
|
|
|
define('MYSQL_HOST', 'localhost');
|
|
define('MYSQL_LOGIN', '');
|
|
define('MYSQL_PASSWORD', '');
|
|
define('MYSQL_DB', '');
|
|
define('MYSQL_PREFIX', '');
|
|
|
|
define('TITLE', 'Bouffe@Ulm');
|
|
define('BASE_URL', 'http://monsite.com/BouffeAtUlm/');
|
|
define('SALT', 'longandcomplicatedstring');
|