Unify $USER on: lace
[www.energie.vellum.cz.git] / config.php
index 687f3a5..7a673a8 100644 (file)
@@ -1,9 +1,10 @@
 <?php // $Id$
 
-       $admin_mail="short@ucw.cz";
-       $cvs_mailhost="vellum.cz";
+       $admin_mail="web-www.energie.vellum.cz@jankratochvil.net";
+       # All CVS mails now go to $admin_mail
+       #$cvs_mailhost="vellum.cz";
        $mail_to="short@ucw.cz,karel.kratochvil@centrum.cz";
-       $viewcvs=ereg_replace("^/","http://short.vellum.cz/cgi/viewcvs/energie/",$HTTP_SERVER_VARS["SCRIPT_NAME"]);
+       $viewcvs=ereg_replace("^/","http://cvs.jankratochvil.net/viewcvs/energie/",$HTTP_SERVER_VARS["SCRIPT_NAME"]);
        $title_prefix="Energie &amp; peníze";
        $detect_ent=false;      // used only for w3.org footer, not worth the cost
 
@@ -17,7 +18,7 @@
        // obsah.php:
        $db_host="";
        $db_user="short";
-       $db_pwd_a=file("/home/short/priv/mysql.${db_user}.pwd");
+       $db_pwd_a=file("/home/lace/priv/mysql.${db_user}.pwd");
        $db_pwd=trim($db_pwd_a[0]);
        $db_name="short";
        $tb_obsah="energie_obsah";