lexical adjustment, all licence occurrencies are replaced wit tos word
[brisk.git] / web / Obj / brisk.conf-templ.pho
index 6b38d24..78e4fbb 100644 (file)
@@ -7,6 +7,8 @@ $G_dbpfx = "bsk_";
 
 $G_lang = "it";
 
+$G_crypt_key = "cryptkey";
+
 $G_shutdown = FALSE;
 
 // list of allowed proxies IP address (strings)
@@ -82,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_tos_vers  = "2.0";
+$G_tos_fname = "Obj/doc/terms-of-service_%s_%s.txt";
+// USE date +%s -d 'Wed Nov 20 18:35:41 CET 2013' to calculate
+$G_tos_dthard = 1384968941;
+$G_tos_dtsoft = 1384968941;
+$G_tos_idx    = 1;
 ?>