Basic database web search implemented
[kewensis.git] / config.php
diff --git a/config.php b/config.php
new file mode 100644 (file)
index 0000000..3766162
--- /dev/null
@@ -0,0 +1,14 @@
+<?php // $Id$
+
+       $admin_mail="short@ucw.cz";
+       $cvs_mailhost="vellum.cz";
+       $viewcvs=ereg_replace("^/","http://short.vellum.cz/cgi-bin/viewcvs/kewensis/",$HTTP_SERVER_VARS["SCRIPT_NAME"]);
+
+       $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_tree="kewensis_tree";
+
+?>