Rev 14297 | Rev 14339 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
test=!defof allowed_optional_module in wimshome/log/wims.conf
!if class/freework notitemof $test
notallowed=1
!exit
!endif
!if $wims_class!=$empty
test=!fileexists wimshome/log/classes/$wims_class/freeworks/.freeworks
!if $test!=yes
!sh mkdir $wims_home/log/classes/$wims_class/freeworks;\
touch wimshome/log/classes/$wims_class/freeworks/.freeworks
!endif
statutfreework=open
!else
statutfreework=closed
!exit
!endif