Subversion Repositories general

Compare Revisions

No changes between revisions

Ignore whitespace Rev 1369 → Rev 1378

/asterisk-stats/trunk/includes/config.php-dist
12,11 → 12,6
# more information. #
####################################################
 
/* Do NOT touch this! */
if ( !defined('IN_ASTWEB') ) {
die("Hacking attempt");
}
 
/* Configuration settings */
 
$tpl_dir = 'templates';
25,8 → 20,6
$site_title = 'Asterisk Web Interface';
$site_style = 'astweb.css';
 
$includes = 'includes';
 
$db_type = 'PGSQL';
$db_host = 'localhost';
$db_user = 'astweb';
Property changes:
Added: svn:mergeinfo