02ebd593c4
* Install.php page started * Will use RainTPL for templates handling
11 lines
245 B
Plaintext
11 lines
245 B
Plaintext
<?php
|
|
define('VERSION_NUMBER', '2.0');
|
|
|
|
define('MYSQL_HOST', 'localhost');
|
|
define('MYSQL_LOGIN', '');
|
|
define('MYSQL_PASSWORD', '');
|
|
define('MYSQL_BDD', '');
|
|
define('MYSQL_PREFIX', '');
|
|
|
|
define('TITLE', 'Bouffe@Ulm');
|