Hi,
Claire Boussard wrote:
In the file /usr/share/websvn/log.php at line 399,
changing the method from get to post solves the problem.
That is :
$vars['compare_form'] = '';
becomes
$vars['compare_form'] = '';
I think, the same should be applied to listing.php, but I
don't use this one.
Ma
In the file /usr/share/websvn/log.php at line 399,
changing the method from get to post solves the problem.
That is :
$vars['compare_form'] = 'action="'.$config->getURL($rep, '', 'comp').'" id="compare">';
becomes
$vars['compare_form'] = 'action="'.$config->getURL($rep, '', 'comp').'" id="comp
2 matches
Mail list logo