Subversion Repositories wimsdev

Rev

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

Rev 5404 Rev 5646
Line 12... Line 12...
12
  error=not_secure
12
  error=not_secure
13
  !exit
13
  !exit
14
 !endif
14
 !endif
15
 !if $sec=$empty and $auth=$empty
15
 !if $sec=$empty and $auth=$empty
16
  jobt=auth
16
  jobt=auth
-
 
17
!!!!!!
17
!!## the following file is in the module (class/config) FIXME ??
18
!!##FIXME auth.proc was in the module (class/config)
-
 
19
!! the present file is also used in public_html/modules/adm/class/gateway/var.proc
-
 
20
!! and so one can not enter in the portail gestion by mail send (need word all or an IP)
-
 
21
!! but some other files should also be moved :
-
 
22
!! class/config/scripts/mail.phtml
-
 
23
!! class/config/lang/mail.phtml.$lang
-
 
24
!! to do after the release.
-
 
25
!!!!!!
18
  !read auth.proc
26
  !read auth.proc
19
  !if $auth=yes
27
  !if $auth=yes
20
   jobt=list
28
   jobt=list
21
  !endif
29
  !endif
22
  !if $auth=no
30
  !if $auth=no
Line 26... Line 34...
26
  !if $auth=$empty
34
  !if $auth=$empty
27
   !exit
35
   !exit
28
  !endif
36
  !endif
29
 !endif
37
 !endif
30
!endif
38
!endif
31
 
-