@@ -, +, @@ to OPACBaseURL - Have OPACBaseURL set to (say) http://myopac.com - Run the sitemap.pl script without specifying the --url param - Apply the patch - Run the sitemap.pl script without specifying the --url param - Sign off :-D --- misc/cronjobs/sitemap.pl | 1 - 1 file changed, 1 deletion(-) --- a/misc/cronjobs/sitemap.pl +++ a/misc/cronjobs/sitemap.pl @@ -49,7 +49,6 @@ unless ($url) { say "OPACBaseURL syspref isn't defined. You can use --url parameter."; exit; } - $url = 'http://' . $url; } $url =~ s/\/*$//g; --