bouffeatulm/inc/config.php.sample
Phyks 02ebd593c4 Started to rebuild the app
* Install.php page started
* Will use RainTPL for templates handling
2013-08-07 20:32:44 +02:00

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');