config.php introduced
[www.energie.vellum.cz.git] / config.php
diff --git a/config.php b/config.php
new file mode 100644 (file)
index 0000000..5931f17
--- /dev/null
@@ -0,0 +1,17 @@
+<?php // $Id$
+
+       $admin_mail="short@ucw.cz";
+       $mail_to="short@ucw.cz,karel.kratochvil@centrum.cz";
+       $viewcvs=ereg_replace("^/~short/","\\0cgi-bin/viewcvs/",$HTTP_SERVER_VARS["SCRIPT_NAME"]);
+
+       // obsah.php:
+       $db_host="";
+       $db_user="short";
+       $db_pwd_a=file("/home/short/priv/mysql.${db_user}.pwd");
+       $db_pwd=trim($db_pwd_a[0]);
+       $db_name="short";
+       $tb_obsah="energie_obsah";
+       $sep_obsah_contents=chr(1);
+       $page_obsah_contents=chr(3);
+
+?>