Basic database web search implemented
[kewensis.git] / config.php
1 <?php // $Id$
2
3         $admin_mail="short@ucw.cz";
4         $cvs_mailhost="vellum.cz";
5         $viewcvs=ereg_replace("^/","http://short.vellum.cz/cgi-bin/viewcvs/kewensis/",$HTTP_SERVER_VARS["SCRIPT_NAME"]);
6
7         $db_host="";
8         $db_user="short";
9         $db_pwd_a=file("/home/short/priv/mysql.${db_user}.pwd");
10         $db_pwd=trim($db_pwd_a[0]);
11         $db_name="short";
12         $tb_tree="kewensis_tree";
13
14 ?>