]> mop.ddnsfree.com - git repositories - brisk.git/commitdiff
G_btrace_pref_sup var added with prefix to remove in backtrace log functions
authorMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Sun, 20 Mar 2011 17:56:34 +0000 (18:56 +0100)
committerMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Sun, 20 Mar 2011 17:56:34 +0000 (18:56 +0100)
web/Obj/brisk.conf-templ.pho

index 8ebf9b545ea512f5efe0d99741c8a859eb12fa25..0aff40fe11debdf9796a3aedc93e4bdc2df5ed16 100644 (file)
@@ -23,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;