Diff for /loncom/LONCAPA.pm between versions 1.35.2.1 and 1.36

version 1.35.2.1, 2019/02/15 22:01:23 version 1.36, 2019/08/25 02:43:33
Line 142  sub tempdir { Line 142  sub tempdir {
 # a domain, course, or user specific value exists.   # a domain, course, or user specific value exists. 
   
 sub texengine {  sub texengine {
     return 'tth';      return 'MathJax';
 }  }
   
 # Return the Linux distro where this LON-CAPA instance is running  # Return the Linux distro where this LON-CAPA instance is running
Line 156  sub distro { Line 156  sub distro {
     return $distro;      return $distro;
 }  }
   
   # Return the default password length. Can be overridden in a domain
   # by specifying a larger value (integer) in the domain configuration.
   
   sub passwd_min {
       return 7;
   }
   
 #----------------------------------------------------------------------  #----------------------------------------------------------------------
 #  #
 #  some of these subs need a bit of documentation  #  some of these subs need a bit of documentation

Removed from v.1.35.2.1  
changed lines
  Added in v.1.36


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