View | Details | Raw Unified | Return to bug 6628
Collapse All | Expand All

(-)a/help.pl (-2 / +4 lines)
Lines 37-43 if ($referurl) { Link Here
37
}
37
}
38
38
39
$refer =~ /.*koha\/(.*)\.pl.*/;
39
$refer =~ /.*koha\/(.*)\.pl.*/;
40
my $from = "modules/help/$1.tmpl";
40
my $file = $1;
41
$file =~ s/[^a-zA-Z0-9_\-\/]*//g;
42
my $from = "modules/help/$file.tmpl";
43
41
44
42
my $template = gethelptemplate( $from, "intranet" );
45
my $template = gethelptemplate( $from, "intranet" );
43
46
44
- 

Return to bug 6628