Unify $USER on: lace
[www.energie.vellum.cz.git] / config.php
index aa7a595..7a673a8 100644 (file)
@@ -1,10 +1,12 @@
 <?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
 
        $file_cenik_inzerce_base="data/eap-cenik-inzerce";
        $file_radkovy_inzerat_base="data/eap-radkovy-inzerat";
@@ -16,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";