X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2FObj%2Fbrisk.conf-templ.pho;h=946df99e47e1d3aa684fb520b9e7a908f7633b24;hb=f341c32413c83788cf6cf23fe911c401c2f9adad;hp=8ebf9b545ea512f5efe0d99741c8a859eb12fa25;hpb=269cea4043760b0568f4c2aec7d5faacc6c2096e;p=brisk.git diff --git a/web/Obj/brisk.conf-templ.pho b/web/Obj/brisk.conf-templ.pho index 8ebf9b5..946df99 100644 --- a/web/Obj/brisk.conf-templ.pho +++ b/web/Obj/brisk.conf-templ.pho @@ -1,28 +1,26 @@ '; + +// list of allowed proxies IP address (strings) $G_proxy_white_list = array(); + +// admin passwd to send broadcast messages $G_alarm_passwd = "yourpasswd"; -$G_is_local = FALSE; -$G_black_list = array(); -// is the top banner active ? -$G_with_topbanner = FALSE; -// is the first side banner active ? -$G_with_sidebanner = TRUE; -// is the second side banner active ? -$G_with_sidebanner2 = TRUE; -// is poll active ? -$G_with_poll = FALSE; +// is local or connected to internet +$G_is_local = FALSE; +// splash window related vars $G_with_splash = TRUE; $G_splash_interval = 25200; // 3600 * 7 $G_splash_idx = 3; @@ -32,30 +30,68 @@ $G_splash_timeout = 5000; $G_splash_content = array( 'it' => 'content italico', 'en' => 'content anglofico' ); +// to use more then one splash content (to be reviewed) +$G_splash_contents = array( "a", "b"); +$G_splash_cont_idx = 0; // (must be moved outside) + +// donometer related variables $G_with_donors = TRUE; $G_donors_cur = 12; $G_donors_all = 50; +$G_room_roadmap = '
'; + +// is the top banner active ? +$G_with_topbanner = FALSE; + $G_topbanner = '
Torneo di briscola
chiamata - Milano
17/05/2008
'; +// is the first side banner active ? +$G_with_sidebanner = TRUE; + $G_sidebanner = '
'; +// is the second side banner active ? +$G_with_sidebanner2 = TRUE; + $G_sidebanner2 = '
'; +// is poll active ? +$G_with_poll = FALSE; $G_poll_name = "calcolo_punteggio"; $G_poll_title = "Vota come calcolare i punteggi!"; $G_poll_entries = array( array( 'id' => 'din', 'cont' => 'Dinner room'), array( 'id' => 'bat', 'cont' => 'Bath room'), array( 'id' => 'coo', 'cont' => 'Cooking room') ); +$G_black_list = array(); + + +// this is the prefix path to remove from backtrace +$G_btrace_pref_sub = "/home/nastasi/web/"; + +// where documents are stored +$G_doc_path = "Obj/doc/"; + +// 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; ?>