Diff for /loncom/Attic/lchtmldir between versions 1.2 and 1.3

version 1.2, 2002/05/03 03:21:25 version 1.3, 2002/05/03 03:43:54
Line 179  if(!( -e $dirtry1)) { Line 179  if(!( -e $dirtry1)) {
 }  }
 &EnableRoot;  &EnableRoot;
   
 &System("/bin/mkdir $fulldir")   unless (-e $fulldir);  &System("/bin/mkdir -p $fulldir")   unless (-e $fulldir);
     unless(-e $fulldir."/index.html") {      unless(-e $fulldir."/index.html") {
  open OUT,">".$fulldir."/index.html";   open OUT,">".$fulldir."/index.html";
  print OUT<<END;   print OUT<<END;

Removed from v.1.2  
changed lines
  Added in v.1.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>