Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 1382 → Rev 1383

/asterisk-stats/trunk/includes/defaults.php
0,0 → 1,15
<?php
 
$tpl_dir = 'templates';
$img_dir = 'images';
 
$site_title = 'Asterisk Web Interface';
$site_style = 'style.css';
 
$db_type = 'PGSQL';
$db_host = 'localhost';
$db_user = 'astweb';
$db_password = 'password';
$db_database = 'asterisk';
 
?>