Rev 13306 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 13306 | Rev 15509 | ||
---|---|---|---|
Line 32... | Line 32... | ||
32 | 32 | ||
33 | !set general_log_limit=!defof general_log_limit in wimshome/log/wims.conf |
33 | !set general_log_limit=!defof general_log_limit in wimshome/log/wims.conf |
34 | !default general_log_limit=!defof DF_general_log_limit in wimshome/public_html/bases/sys/defaults.conf |
34 | !default general_log_limit=!defof DF_general_log_limit in wimshome/public_html/bases/sys/defaults.conf |
35 | !set old_log_files=!defof old_log_files in wimshome/log/wims.conf |
35 | !set old_log_files=!defof old_log_files in wimshome/log/wims.conf |
36 | !default old_log_files=!defof DF_old_log_files in wimshome/public_html/bases/sys/defaults.conf |
36 | !default old_log_files=!defof DF_old_log_files in wimshome/public_html/bases/sys/defaults.conf |
- | 37 | !set log_delete=!defof log_delete in wimshome/log/wims.conf |
|
- | 38 | !default log_delete=!defof DF_log_delete in wimshome/public_html/bases/sys/default.conf |
|
37 | 39 | ||
38 | !set size=$[$general_log_limit*$old_log_files] |
40 | !set size=$[$general_log_limit*$old_log_files] |
39 | 41 | ||
40 | !set local_cgu=!fileexists wimshome/public_html/html/rgpd.phtml.local |
42 | !set local_cgu=!fileexists wimshome/public_html/html/rgpd.phtml.local |
41 | 43 | ||
Line 50... | Line 52... | ||
50 | <div id="cgu"> |
52 | <div id="cgu"> |
51 | !read wimshome/public_html/html/cgu.phtml.$lang $sitemanager |
53 | !read wimshome/public_html/html/cgu.phtml.$lang $sitemanager |
52 | </div> |
54 | </div> |
53 | <div id="rgpd"> |
55 | <div id="rgpd"> |
54 | !if $lang isitemof it,fr,ca,es |
56 | !if $lang isitemof it,fr,ca,es |
55 | !read wimshome/public_html/html/rgpd.phtml.$lang |
57 | !read wimshome/public_html/html/rgpd.phtml.$lang $sitedpd,$backup_delete,$log_delete,$size,$wims_protocol,$wims_usecookie |
56 | !else |
58 | !else |
57 | !read wimshome/public_html/html/rgpd.phtml.en $sitedpd,$backup_delete,$size,$wims_protocol,$wims_usecookie |
59 | !read wimshome/public_html/html/rgpd.phtml.en $sitedpd,$backup_delete,$size,$wims_protocol,$wims_usecookie |
58 | !endif |
60 | !endif |
59 | </div> |
61 | </div> |
60 | !if $local_cgu notsametext no |
62 | !if $local_cgu notsametext no |