[BACK]Return to cvsweb.cgi CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / cvsweb

Diff for /cvsweb/cvsweb.cgi between version 4.27 and 4.28

version 4.27, 2019/11/26 12:09:02 version 4.28, 2019/11/26 12:14:38
Line 2424  sub getDirLogs($$@)
Line 2424  sub getDirLogs($$@)
   
   if ($linesread == 0) {    if ($linesread == 0) {
     fatal('500 Internal Error',      fatal('500 Internal Error',
           'Failed to spawn GNU rlog on <em>"%s"</em>.<br /><br />Did you set the <b><code>@command_path</code></b> in your configuration file correctly? (Currently: "<code>%s</code>")',            'Failed to spawn rlog on <em>"%s"</em>.<br /><br />Did you set the <b><code>@command_path</code></b> in your configuration file correctly? (Currently: "<code>%s</code>")',
           htmlquote(join(', ', @files)), join(':', @command_path));            htmlquote(join(', ', @files)), join(':', @command_path));
   }    }
   

Legend:
Removed from v.4.27  
changed lines
  Added in v.4.28

CVSweb