mldonkey-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Mldonkey-users] Patch for Second Password Check on HTML downloads List


From: mr . pimpky
Subject: [Mldonkey-users] Patch for Second Password Check on HTML downloads List
Date: Wed, 11 Dec 2002 11:42:46 +0100 (MET)

Hi!

You should apply this to prevent the second password check on the HTML
downloads list:

--- driver/driverControlers.ml  2002-10-23 11:54:57 +0200
+++ driver/driverControlers.ml  2002-11-28 07:57:06 +0100
@@ -279,20 +279,8 @@
   \"http://www.w3.org/TR/html4/frameset.dtd\";>\n<HTML>\n<HEAD>\n";
   if !CommonInteractive.display_vd then begin
       Buffer.add_string buf !!CommonMessages.download_html_header;
-      let url = { r.get_url with
-          Url.server = Ip.to_string (my_ip t);
-(*
-          if !!http_bind_addr = any_ip then
-              client_ip None
-            else
-!!http_bind_addr);
-  *)
-          Url.port = !!http_port;
-          Url.proto = "http";
-          } in
       Printf.bprintf buf "<meta http-equiv=Refresh
-      content=\"%d; URL=%s\">" !!vd_reload_delay
-      (Url.to_string true url);
+      content=\"%d\">" !!vd_reload_delay;
     end else
     Buffer.add_string buf !!CommonMessages.html_header;
   Buffer.add_string buf "</HEAD>\n";

Greets
Thomas

-- 
+++ GMX - Mail, Messaging & more  http://www.gmx.net +++
NEU: Mit GMX ins Internet. Rund um die Uhr für 1 ct/ Min. surfen!




reply via email to

[Prev in Thread] Current Thread [Next in Thread]