Subversion Repositories general

Rev

Rev 1378 | Rev 1387 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1378 Rev 1383
Line 1... Line 1...
1
<?php
1
<?php
2
####################################################
-
 
3
# AstWeb - Asterisk PBX Dynamic config environment #
-
 
4
#                                                  #
-
 
5
# Written by: Jamie Carl                           #
-
 
6
#             jazz@funkynerd.com                   #
-
 
7
#                                                  #
-
 
8
# Copyright (C) 2006 Achieve Corp                  #
-
 
9
#                                                  #
-
 
10
# Licence: This software is licenced under the     #
-
 
11
#          GNU/GPL.  Please see licence.txt for    #
-
 
12
#          more information.                       #
-
 
13
####################################################
-
 
14
 
-
 
15
/* Configuration settings */
-
 
16
 
-
 
17
$tpl_dir = 'templates';
-
 
18
$img_dir = 'images';
-
 
19
 
-
 
20
$site_title = 'Asterisk Web Interface';
-
 
21
$site_style = 'astweb.css';
-
 
22
 
2
 
23
$db_type = 'PGSQL';
3
$db_type = 'PGSQL';
24
$db_host = 'localhost';
4
$db_host = 'localhost';
25
$db_user = 'astweb';
5
$db_user = 'astweb';
26
$db_password = 'password';
6
$db_password = 'password';