Rev 9629 | Rev 12339 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
9625 | guerimand | 1 | max_sheets=!defof MAX_SHEETS in wimshome/public_html/bases/sys/define.conf |
2 | max_doc=32 |
||
12338 | bpr | 3 | max_tool=32 |
9625 | guerimand | 4 | doctot=!recordcnt wimshome/log/classes/$wims_class/doc/.docindex |
12338 | bpr | 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 |