Rev 14307 | Go to most recent revision | Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
14297 | guerimand | 1 | test=!defof allowed_optional_module in wimshome/log/wims.conf |
2 | !if class/freework notitemof $test |
||
3 | notallowed=1 |
||
4 | !exit |
||
5 | !endif |
||
6 | |||
7 | !if $wims_class!=$empty |
||
8 | test=!fileexists wimshome/log/classes/$wims_class/freeworks/.freeworks |
||
9 | !if $test=yes |
||
10 | statutfreework=open |
||
11 | !else |
||
12 | statutfreework=closed |
||
13 | !endif |
||
14 | !else |
||
15 | statutfreework=closed |
||
16 | !exit |
||
17 | !endif |
||
18 | |||
19 |