Subversion Repositories general

Compare Revisions

No changes between revisions

Ignore whitespace Rev 1377 → Rev 1378

/asterisk-stats/trunk/includes/config.php-dist
0,0 → 1,35
<?php
####################################################
# AstWeb - Asterisk PBX Dynamic config environment #
# #
# Written by: Jamie Carl #
# jazz@funkynerd.com #
# #
# Copyright (C) 2006 Achieve Corp #
# #
# Licence: This software is licenced under the #
# GNU/GPL. Please see licence.txt for #
# more information. #
####################################################
 
/* Configuration settings */
 
$tpl_dir = 'templates';
$img_dir = 'images';
 
$site_title = 'Asterisk Web Interface';
$site_style = 'astweb.css';
 
$db_type = 'PGSQL';
$db_host = 'localhost';
$db_user = 'astweb';
$db_password = 'password';
$db_database = 'asterisk';
 
// any local specific query
function BaseQuery()
{
return " (dstchannel is null or dstchannel != '')";
}
 
?>
Property changes:
Added: svn:mergeinfo