Subversion Repositories general

Rev

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

Rev 1369 Rev 1378
Line 10... Line 10...
10
# Licence: This software is licenced under the     #
10
# Licence: This software is licenced under the     #
11
#          GNU/GPL.  Please see licence.txt for    #
11
#          GNU/GPL.  Please see licence.txt for    #
12
#          more information.                       #
12
#          more information.                       #
13
####################################################
13
####################################################
14
 
14
 
15
/* Do NOT touch this! */
-
 
16
if ( !defined('IN_ASTWEB') ) {
-
 
17
        die("Hacking attempt");
-
 
18
}
-
 
19
 
-
 
20
/* Configuration settings */
15
/* Configuration settings */
21
 
16
 
22
$tpl_dir = 'templates';
17
$tpl_dir = 'templates';
23
$img_dir = 'images';
18
$img_dir = 'images';
24
 
19
 
25
$site_title = 'Asterisk Web Interface';
20
$site_title = 'Asterisk Web Interface';
26
$site_style = 'astweb.css';
21
$site_style = 'astweb.css';
27
 
-
 
28
$includes = 'includes';
-
 
29
 
22
 
30
$db_type = 'PGSQL';
23
$db_type = 'PGSQL';
31
$db_host = 'localhost';
24
$db_host = 'localhost';
32
$db_user = 'astweb';
25
$db_user = 'astweb';
33
$db_password = 'password';
26
$db_password = 'password';