Subversion Repositories wimsdev

Rev

Rev 14307 | 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
    statutfreework=open
  !else
    statutfreework=closed
  !endif
!else
  statutfreework=closed
  !exit
!endif