Rev 12002 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
12002 | guerimand | 1 | cls=!defof class_superclass in wimshome/log/classes/$wims_class/.def |
2 | !if $cls=$empty |
||
12159 | obado | 3 | photodir=$wims_class |
12002 | guerimand | 4 | !else |
12159 | obado | 5 | photodir=$wims_superclass |
12002 | guerimand | 6 | !endif |
7 | !sh cd $wims_home/$wims_sesdir;\ |
||
8 | mkdir -p getfile\ |
||
9 | cd getfile\ |
||
10 | rm -rf photoboard\ |
||
11 | ln -s $wims_home/log/classes/$photodir/photoboard |