Diff for /loncom/lonr between versions 1.11 and 1.13

version 1.11, 2014/11/16 17:41:53 version 1.13, 2018/12/05 23:02:38
Line 156  my $wwwid=getpwnam('www'); Line 156  my $wwwid=getpwnam('www');
 if ($wwwid!=$<) {  if ($wwwid!=$<) {
     my $emailto="$perlvar{'lonAdmEMail'},$perlvar{'lonSysEMail'}";      my $emailto="$perlvar{'lonAdmEMail'},$perlvar{'lonSysEMail'}";
     my $subj="LON: User ID mismatch";      my $subj="LON: User ID mismatch";
     system("echo 'User ID mismatch.  lonr must be run as user www.' |\      system("echo 'User ID mismatch.  lonr must be run as user www.' |".
  mailto $emailto -s '$subj' > /dev/null");             " mail -s '$subj' $emailto > /dev/null");
     exit 1;      exit 1;
 }  }
     

Removed from v.1.11  
changed lines
  Added in v.1.13


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>
500 Internal Server Error

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at root@localhost to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.