read terms-of-service from file
[brisk.git] / web / Obj / brisk.conf-templ.pho
index a258855..19d99c8 100644 (file)
@@ -84,6 +84,11 @@ $G_black_list = array();
 // this is the prefix path to remove from backtrace
 $G_btrace_pref_sub = "/home/nastasi/web/";
 
-
-
+// licence related stuff
+$G_lice_vers  = "2.0";
+$G_lice_fname = "Obj/doc/terms-of-use_%s_%s.txt";
+// USE date +%s -d 'Wed Nov 20 18:35:41 CET 2013' to calculate
+$G_lice_dthard = 1384968941;
+$G_lice_dtsoft = 1384968941;
+$G_lice_idx    = 1;
 ?>