]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - html/html/themes/ipfire/include/functions.pl
Das kleine AJAX-Bandbreitenmeter gefixt. Zeigte zu hohe Werte aufgrund eines Berechnu...
[ipfire-2.x.git] / html / html / themes / ipfire / include / functions.pl
index c83897e0e075a7c60f30756e386778a74d1fa7e5..5e61c3dfa39cf0f0194ea139cd3b20b4c060a37b 100644 (file)
@@ -202,7 +202,7 @@ END
                             document.forms['speed'].rxkb.value  = root2_node.firstChild.data;
                
                                        // document.getElementsByTagName("input")[0].style.color = "#00FF00";
-                                       url    = "/cgi/bin/speed.cgi?rxb_last=" + root3_node.firstChild.data + "&txb_last=" + root4_node.firstChild.data;
+                                       url    = "/cgi-bin/speed.cgi?rxb_last=" + root3_node.firstChild.data + "&txb_last=" + root4_node.firstChild.data;
                
                              window.setTimeout("LoadInetInfo(url)", 3000);
                        }