error_log removed
[brisk.git] / web / Obj / brisk.conf-templ.pho
index 4739582..0aff40f 100644 (file)
@@ -1,4 +1,6 @@
 <?php
+// G_dbasetype value can be "pgsql" or "file"
+$G_dbasetype="pgsql";
 $G_lang = "it";
 $G_shutdown = FALSE;
 $G_room_roadmap = '<div style=\"text-align: left;\"><ul>
@@ -21,6 +23,9 @@ $G_with_sidebanner2 = TRUE;
 // is poll active ?
 $G_with_poll = FALSE;
 
+// this is the prefix path to remove from backtrace 
+$G_btrace_pref_sub = "/home/nastasi/web/";
+
 $G_with_splash = TRUE;
 $G_splash_interval = 25200; // 3600 * 7
 $G_splash_idx = 3;