bjack/include/config.inc.php
2012-03-13 11:49:20 +01:00

20 lines
273 B
PHP

<?php
/*
* General configuration
*/
$site_title = "BJack for #rautemusik (POC)";
$db_host = "localhost";
$db_name = "bjack";
$db_user = "bjack";
$db_pass = "bjack";
/*
* Don't touch this
*/
$site_path = dirname(__FILE__);
$model_path = $site_path . "/models/";
?>