w3.org footer referenced by $have_ent-detected optional redirection
[kocky.vellum.cz.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/viewcvs/kocky/",$HTTP_SERVER_VARS["SCRIPT_NAME"]);
6         $title_prefix="Bývalé &quot;Zrùdné Bonsain Kitten&quot;";
7         $detect_ent=false;      // used only for w3.org footer, not worth the cost
8
9         $energie_base="energie/";
10
11         $db_host="";
12         $db_user="short";
13         $db_pwd_a=@file("/home/short/priv/mysql.${db_user}.pwd");
14         $db_pwd=trim($db_pwd_a[0]);
15         if (!$db_pwd) // defaults to $db_pwd=$db_user if no password file found
16                 $db_pwd=$db_user;
17         $db_name="short";
18         $tb_people="kocky_people";
19
20 ?>