Subversion Repositories wimsdev

Rev

Rev 7684 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
23 reyssat 1
 
2
allow=!items2words $allow
3
except=!items2words $except
4
allow=!trim $allow
5
except=!trim $except
6
allow=!singlespace $allow
7
except=!singlespace $except
8
 
9
!if $save=$empty
12411 bpr 10
  !defread wimshome/log/classes/$wims_class/.security
23 reyssat 11
!else
12411 bpr 12
  !writefile wimshome/log/classes/$wims_class/.security allow=$allow\
23 reyssat 13
except=$except
12411 bpr 14
  wims_class_log=Change class allow by $wims_realuser
23 reyssat 15
!endif