|
@@ -0,0 +1,24 @@
+--- bin/indexmaker
++++ bin/indexmaker
+@@ -281,7 +281,8 @@
+ #lets make sure there is a trailing path separator
+ $gifPath =~ s|/*$|/|;
+ } else {
+- $gifPath = "$$cfg{imagehtml}";
++ # $gifPath = "$$cfg{imagehtml}";
++ $gifPath = "/icons/"
+ }
+
+
+--- bin/mrtg
++++ bin/mrtg
+@@ -1666,7 +1666,8 @@
+ #lets make sure there is a trailing path separator
+ $gifPath =~ s|/*$|/|;
+ } else {
+- $gifPath = "$dirrel$$cfg{imagehtml}";
++# $gifPath = "$dirrel$$cfg{imagehtml}";
++ $gifPath = "/icons/"
+ }
+
+ print HTML<<TEXT;
|