Subversion Repositories wimsdev

Rev

Rev 5013 | Rev 5020 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5013 Rev 5015
Line 187... Line 187...
187
 superclass=!defof class_superclass in wimshome/log/classes/$class/.def
187
 superclass=!defof class_superclass in wimshome/log/classes/$class/.def
188
 !default superclass=$class
188
 !default superclass=$class
189
 
189
 
190
 auth_method=!defof class_auth in wimshome/log/classes/$superclass/.def
190
 auth_method=!defof class_auth in wimshome/log/classes/$superclass/.def
191
!bound auth_method within $auth_method_list default $
191
!bound auth_method within $auth_method_list default $
192
 
-
 
193
 !if $class_defined=yes and ($auth_user!=$empty or $auth_method=cas)
192
 !if $class_defined=yes and ($auth_user!=$empty or $auth_method=cas)
194
   !changeto var.auth
193
   !changeto var.auth
195
 !endif
194
 !endif
196
!endif
195
!endif