index : archweb32 | |
Archlinux32 website | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2022-01-31 20:54:54 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2022-01-31 20:54:54 +0100 |
commit | f7a9d4a410e6e66d381bd3bcc06127d20f3723ab (patch) | |
tree | 54d05db54740b698ceae0838a229b7cddb284298 /mirrorlist.php | |
parent | fdd088f53a69e4b758250abab6dcde011099d61f (diff) |
-rw-r--r-- | mirrorlist.php | 2 |
diff --git a/mirrorlist.php b/mirrorlist.php index 912010e..d4ba6ea 100644 --- a/mirrorlist.php +++ b/mirrorlist.php @@ -109,7 +109,7 @@ if ( count($_GET) > 1 ) { print "## " . $mirror['country'] . "\n"; $last_country = $mirror['country']; } - print "#Server = " . $mirror['url'] . '$arch/$repo/' . "\n"; + print "#Server = " . $mirror['url'] . '$arch/$repo' . "\n"; } die(); |