3 $dbconn = pg_Connect("dbname=adorno user=general");
5 $system_name = "Adorno Music Server";
8 $base_dns = "http://$HTTP_HOST";
10 $external_base_url = $base_dns;
11 $base_dir = $DOCUMENT_ROOT;
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;
20 $c->dbg
['current_queue'] = 1;