[Aminet-commit] r137 - trunk/phpinclude

aminet-discuss at aminet.net aminet-discuss at aminet.net
Tue Aug 5 03:17:40 CEST 2008


Author: gutjahr
Date: 2008-08-04 18:17:40 -0700 (Mon, 04 Aug 2008)
New Revision: 137

Modified:
   trunk/phpinclude/setup.php
Log:
added a link to the mirror list to the Default Mirror: paragraph

Modified: trunk/phpinclude/setup.php
===================================================================
--- trunk/phpinclude/setup.php	2008-05-25 23:48:52 UTC (rev 136)
+++ trunk/phpinclude/setup.php	2008-08-05 01:17:40 UTC (rev 137)
@@ -46,8 +46,7 @@
 ?>
 To save your settings you will need cookie support turned on.<br><br>
 <?
-print "<form action=\"\" method=\"POST\" name=\"select_mirror\"><table border=0 cellpadding=\"5\" cellspacing=\"5\"><tr><td><b>Default 
-mirror:</b><br>This allows you to select your preferred download mirror.</td></tr><tr><td><select name=mirror>";
+print "<form action=\"\" method=\"POST\" name=\"select_mirror\"><table border=0 cellpadding=\"5\" cellspacing=\"5\"><tr><td><b>Default mirror:</b><br>This allows you to select your preferred download mirror. For more information about a particular mirror, have a look at our <a href=\"http://wiki.aminet.net/Mirrors\">mirror list</a>.</td></tr><tr><td><select name=mirror>";
 
   print "<option ";
   if (!isset($_COOKIE["mirror"]) || ($_COOKIE["mirror"] == "")) {




More information about the Aminet-commit mailing list