-csacekTemplateDir /usr/local/apache/htdocs/csacek/templates
[kocky.vellum.cz.git] / config.php
1 <?php // $Id$
2
3         $admin_mail="web-kocky.vellum.cz@jankratochvil.net";
4         # All CVS mails now go to $admin_mail
5         #$cvs_mailhost="vellum.cz";
6         $viewcvs=ereg_replace("^/","http://cvs.jankratochvil.net/viewcvs/kocky/",$HTTP_SERVER_VARS["SCRIPT_NAME"]);
7         $title_prefix="Bývalé &quot;Zrùdné Bonsain Kitten&quot;";
8         $detect_ent=false;      // used only for w3.org footer, not worth the cost
9
10         $energie_base="energie/";
11
12         $db_host="";
13         $db_user="short";
14         $db_pwd_a=@file("/home/short/priv/mysql.${db_user}.pwd");
15         $db_pwd=trim($db_pwd_a[0]);
16         if (!$db_pwd) // defaults to $db_pwd=$db_user if no password file found
17                 $db_pwd=$db_user;
18         $db_name="short";
19         $tb_people="kocky_people";
20
21 ?>