Bug 15005: Replace $ENV{SCRIPT_NAME} with the hardcoded script paths
[koha.git] / tools / showdiffmarc.pl
index 488f39e..20abada 100755 (executable)
@@ -85,7 +85,7 @@ if( $importid ) {
 
 
 $template->param(
-    SCRIPT_NAME      => $ENV{'SCRIPT_NAME'},
+    SCRIPT_NAME      => '/cgi-bin/koha/tools/showdiffmarc.pl',
     BIBLIONUMBER     => $biblionumber,
     IMPORTID         => $importid,
     BIBLIOTITLE      => $biblioTitle,