svn commit: samba-web r239 - trunk

deryck at samba.org deryck at samba.org
Mon Aug 9 23:48:22 GMT 2004


Author: deryck
Date: 2004-08-09 23:48:22 +0000 (Mon, 09 Aug 2004)
New Revision: 239
WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba-web&path=/&rev=239&nolog=1
Log:

Fix link to redirect.

--deryck

Modified:
   trunk/redirect_us.html

Changeset:
Modified: trunk/redirect_us.html
===================================================================
--- trunk/redirect_us.html	2004-08-09 23:43:01 UTC (rev 238)
+++ trunk/redirect_us.html	2004-08-09 23:48:22 UTC (rev 239)
@@ -6,10 +6,10 @@
 <script type="text/javascript">
 
    randomMirror = new Array;
-   randomMirror[0] = "http://us1.samba.org/";
-   randomMirror[1] = "http://us2.samba.org/";
-   randomMirror[2] = "http://us3.samba.org/";
-   randomMirror[3] = "http://us4.samba.org/";
+   randomMirror[0] = "http://us1.samba.org/samba/";
+   randomMirror[1] = "http://us2.samba.org/samba/";
+   randomMirror[2] = "http://us3.samba.org/samba/";
+   randomMirror[3] = "http://us4.samba.org/samba/";
    
 rnd.today=new Date();
 rnd.seed=rnd.today.getTime();
@@ -35,4 +35,4 @@
 
 </body>
 </html>
-  
\ No newline at end of file
+  



More information about the samba-cvs mailing list