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