/[mldonkey]/mldonkey/src/daemon/common/commonWeb.ml
ViewVC logotype

Diff of /mldonkey/src/daemon/common/commonWeb.ml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.21 by spiralvoice, Tue Sep 6 11:24:59 2005 UTC revision 1.22 by spiralvoice, Mon Nov 21 00:13:15 2005 UTC
# Line 296  support the charge, at least, currently. Line 296  support the charge, at least, currently.
296      load_url true "motd.conf" (Filename.concat !!network_update_url "motd.conf");      load_url true "motd.conf" (Filename.concat !!network_update_url "motd.conf");
297    end;    end;
298    List.iter (fun (kind, period, url) ->    List.iter (fun (kind, period, url) ->
299      if (core_start && period = 0) || !hours mod period = 0 then      if (core_start && period = 0) || (period <> 0 && !hours mod period = 0) then
300        begin        begin
301          try          try
302            load_url false kind url            load_url false kind url

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26