Rev 9629 | Rev 12339 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 9629 | Rev 12338 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | max_sheets=!defof MAX_SHEETS in wimshome/public_html/bases/sys/define.conf |
1 | max_sheets=!defof MAX_SHEETS in wimshome/public_html/bases/sys/define.conf |
2 | max_doc=32 |
2 | max_doc=32 |
- | 3 | max_tool=32 |
|
3 | doctot=!recordcnt wimshome/log/classes/$wims_class/doc/.docindex |
4 | doctot=!recordcnt wimshome/log/classes/$wims_class/doc/.docindex |
- | 5 | tooltot=!recordcnt wimshome/log/classes/$wims_class/tool/.toolindex |
|
- | 6 | ||
- | 7 | !if $wims_class!=$empty |
|
- | 8 | !sh mkdir -p $wims_home/public_html/log/classes/$wims_class/tool |
|
- | 9 | !endif |