X-Git-Url: https://git.jankratochvil.net/?a=blobdiff_plain;f=config.php;h=687f3a568c52aba1c40cfcc68fe3825985d6b20b;hb=02bf4401ce72588bd375f5c6f85918ae8e9df457;hp=776701eef4e60b50b5b41e9c9179dddc0a14f2d0;hpb=405d819175bc4c677d2baa6530c1be7a94fee615;p=www.energie.vellum.cz.git diff --git a/config.php b/config.php index 776701e..687f3a5 100644 --- a/config.php +++ b/config.php @@ -5,12 +5,14 @@ $mail_to="short@ucw.cz,karel.kratochvil@centrum.cz"; $viewcvs=ereg_replace("^/","http://short.vellum.cz/cgi/viewcvs/energie/",$HTTP_SERVER_VARS["SCRIPT_NAME"]); $title_prefix="Energie & 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"; - $objednavka_ucet ="0212532359/0800"; - $objednavka_konstsym="0308"; - $objednavka_specsym =""; + $firma_ucet ="0212532359/0800"; + $firma_konstsym="0308"; + $firma_specsym =""; // obsah.php: $db_host=""; @@ -25,5 +27,6 @@ $obsah_year_base=1996; $tb_objednavka="energie_objednavka"; $tb_clanek="energie_clanek"; + $tb_inzerat="energie_inzerat"; ?>