Subversion Repositories wimsdev

Rev

Rev 17791 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 17791 Rev 17793
Line 2... Line 2...
2
	wims_noexport
2
	wims_noexport
3
wims_nr=wims_sesrandom
3
wims_nr=wims_sesrandom
4
wims_trustfile=oef/embed.phtml oef/special.phtml oef/togetfile.proc
4
wims_trustfile=oef/embed.phtml oef/special.phtml oef/togetfile.proc
5
 
5
 
6
!if $wims_class=$empty
6
!if $wims_class=$empty
7
 !exit
7
  !exit
8
!endif
8
!endif
9
 
9
 
10
class_header=wimshome/log/classes/$wims_class/
10
class_header=wimshome/log/classes/$wims_class/
11
!read oef/var.proc
11
!read oef/var.proc
12
 
12
 
13
!if $wims_module_log!=$empty
13
!if $wims_module_log!=$empty
14
 wims_module_log=$wims_module_log $wims_class
14
  wims_module_log=$wims_module_log $wims_class
15
!endif
15
!endif
16
 
-