svn commit: samba-web r409 - in trunk: .

deryck at samba.org deryck at samba.org
Thu Nov 11 15:07:48 GMT 2004


Author: deryck
Date: 2004-11-11 15:07:48 +0000 (Thu, 11 Nov 2004)
New Revision: 409

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-web&rev=409

Log:

Update redirect page to reflect us3 being down temporarily.

--deryck

Modified:
   trunk/redirect_us.html


Changeset:
Modified: trunk/redirect_us.html
===================================================================
--- trunk/redirect_us.html	2004-11-10 19:22:53 UTC (rev 408)
+++ trunk/redirect_us.html	2004-11-11 15:07:48 UTC (rev 409)
@@ -13,10 +13,9 @@
 
    randomMirror = new Array;
    randomMirror[0] = "http://us1.samba.org/samba/"
-   randomMirror[1] = "http://us3.samba.org/samba/"
-   randomMirror[2] = "http://us4.samba.org/samba/"
+   randomMirror[1] = "http://us4.samba.org/samba/"
    
-   n=Math.floor(Math.random()*3)   
+   n=Math.floor(Math.random()*2)   
    
 </script>
 



More information about the samba-cvs mailing list