Rev 4370 | Rev 5977 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
23 | reyssat | 1 | |
2221 | bpr | 2 | !read adm/title.phtml 3\ |
1436 | bpr | 3 | \ |
2486 | bpr | 4 | $title |
23 | reyssat | 5 | |
3882 | bpr | 6 | !if $bad$writable$execable$baduser$bad_wrapexec$bad_chroot$bad_wimsd$noexec=$empty |
2486 | bpr | 7 | $name_attrib1 |
23 | reyssat | 8 | !sh rm -f $wims_home/log/unsecure |
9 | !else |
||
5894 | bpr | 10 | <span class="wims_warning">$wims_name_warning</span> |
23 | reyssat | 11 | !if $bad!=$empty |
5894 | bpr | 12 | <p> |
2486 | bpr | 13 | $name_attrib2 |
5894 | bpr | 14 | </p> |
23 | reyssat | 15 | <pre> |
16 | !words2lines $bad |
||
5894 | bpr | 17 | </pre> |
23 | reyssat | 18 | !endif |
19 | !if $writable!=$empty |
||
20 | !if $writcnt>=50 |
||
5894 | bpr | 21 | <p> $name_attrib3</p> |
22 | <p> $name_attrib4 |
||
2486 | bpr | 23 | !href cmd=reply $name_repeat |
5894 | bpr | 24 | ($name_attrib5).</p> |
25 | <p>$name_attrib6</p> |
||
23 | reyssat | 26 | <pre> |
27 | !words2lines $writable |
||
28 | |||
29 | ...... |
||
30 | </pre> |
||
31 | !else |
||
2486 | bpr | 32 | $name_attrib7 |
23 | reyssat | 33 | <pre> |
34 | !words2lines $writable |
||
35 | </pre> |
||
36 | !endif |
||
37 | <p> |
||
38 | !endif |
||
39 | !if $execable!=$empty |
||
40 | !if $execnt>=50 |
||
2486 | bpr | 41 | $name_attrib8<p> |
42 | $name_attrib4 |
||
43 | !href cmd=reply $name_repeat |
||
2514 | bpr | 44 | ($name_attrib5). |
2486 | bpr | 45 | <p>$name_attrib6: |
23 | reyssat | 46 | <pre> |
47 | !words2lines $execable |
||
48 | |||
49 | ...... |
||
50 | </pre> |
||
51 | !else |
||
2486 | bpr | 52 | $name_attrib8 |
23 | reyssat | 53 | <pre> |
54 | !words2lines $execable |
||
55 | </pre> |
||
56 | !endif |
||
57 | <p> |
||
58 | !endif |
||
59 | !if $baduser!=$empty |
||
60 | !if $usercnt>=50 |
||
2486 | bpr | 61 | $name_attrib9 |
23 | reyssat | 62 | <pre> |
63 | !words2lines $baduser |
||
64 | |||
65 | ...... |
||
66 | </pre> |
||
67 | !else |
||
2486 | bpr | 68 | $name_attrib10 |
23 | reyssat | 69 | <pre> |
70 | !words2lines $baduser |
||
71 | </pre> |
||
72 | !endif |
||
73 | <p> |
||
2486 | bpr | 74 | $name_warning1 |
23 | reyssat | 75 | <p> |
76 | !endif |
||
3882 | bpr | 77 | !if $bad_wrapexec=yes |
78 | $name_warning_wrapexec |
||
79 | <p> |
||
23 | reyssat | 80 | !endif |
3882 | bpr | 81 | !if $baduser!=$empty |
82 | $name_warning2 |
||
83 | !endif |
||
84 | !if $bad_chroot=true |
||
85 | $name_warning_chroot |
||
86 | <p> |
||
87 | !endif |
||
88 | !if $bad_wimsd=true |
||
89 | $name_warning_wimsd |
||
90 | <p> |
||
91 | !endif |
||
23 | reyssat | 92 | !if $noexec!=$empty |
2486 | bpr | 93 | $name_attrib11 |
23 | reyssat | 94 | <pre> |
95 | !words2lines $noexec |
||
96 | </pre> |
||
97 | <p> |
||
98 | !endif |
||
3882 | bpr | 99 | !if $writcnt<50 and $execnt<50 and $usercnt<1 and $bad_wrapexec=$empty and $writcnt>0 and $execnt>0 |
2486 | bpr | 100 | $name_warning3 |
23 | reyssat | 101 | !endif |
102 | !endif |
||
103 |