Rev 12465 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 12465 | Rev 14088 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | 1 | ||
2 | sec=!defof class_secure in wimshome/log/classes/$wims_class/.def |
2 | sec=!defof class_secure in wimshome/log/classes/$wims_class/.def |
3 | sec=!trim $sec |
3 | sec=!trim $sec |
4 | htest=!checkhost $sec |
4 | htest=!checkhost $sec |
5 | !if $wims_sup_secure<0 or ($sec!=$empty and $htest<1) |
5 | !if $wims_sup_secure<0 or ($sec!=$empty and $htest<1) |
6 | error=not_secure |
6 | error=not_secure |
7 | !exit |
7 | !exit |
8 | !endif |
8 | !endif |
9 | 9 | ||
10 | typename=!defof class_typename in wimshome/log/classes/$wims_class/.def |
10 | typename=!defof class_typename in wimshome/log/classes/$wims_class/.def |
11 | classtype=!defof class_type in wimshome/log/classes/$wims_class/.def |
11 | classtype=!defof class_type in wimshome/log/classes/$wims_class/.def |
12 | 12 |