Remove these which are present in AWL libraries.
[adorno.git] / config / config.php-default
bloba5c163cb497d9c6f4691b333ce1168f8cf5e2822
1 <?php
3 $dbconn = pg_Connect("dbname=adorno user=general");
5 $system_name = "Adorno Music Server";
6 $sysabbr = "adorno";
8 $base_dns = "http://$HTTP_HOST";
9 $base_url = "";
10 $external_base_url = $base_dns;
11 $base_dir = $DOCUMENT_ROOT;
12 $images = "img";
13 $styles = "styles";
15 // Set the bebug variable initially to '0'. This variable is made available
16 // to all local routines for verbose printing.
17 if ( !isset($debuglevel) ) $debuglevel = 2;