Rev 14819 | Rev 16279 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 14819 | Rev 15016 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | test=!defof allowed_optional_module in wimshome/log/wims.conf |
1 | test=!defof allowed_optional_module in wimshome/log/wims.conf |
2 | !if class/freework notitemof |
2 | !if class/freework notitemof $wims_allowed_optional_module |
3 | notallowed=1 |
3 | notallowed=1 |
4 | !exit |
4 | !exit |
- | 5 | !endif |
|
- | 6 | test=!defof optionalmod_parameter in wimshome/log/wims.conf |
|
- | 7 | !if freework_nofile isitemof $test |
|
- | 8 | conf_nofile=yes |
|
5 | !endif |
9 | !endif |
6 | 10 | ||
7 | !if $wims_class!=$empty |
11 | !if $wims_class!=$empty |
8 | test=!fileexists wimshome/log/classes/$wims_class/freeworks/.freeworks |
12 | test=!fileexists wimshome/log/classes/$wims_class/freeworks/.freeworks |
9 | !if $test!=yes |
13 | !if $test!=yes |