diff options
author | Damien Lallement <dams@mageia.org> | 2011-05-31 10:47:42 +0000 |
---|---|---|
committer | Damien Lallement <dams@mageia.org> | 2011-05-31 10:47:42 +0000 |
commit | 548a1e16e0c7cdd566691b5a97bb5e4f3ad70d56 (patch) | |
tree | 3c14efa2c66abff616cf251616fb8f2f3ad2b485 /donators.inc.php | |
parent | 5baa5b29e820e2bd72a4dee946640274c192ca62 (diff) | |
download | www-548a1e16e0c7cdd566691b5a97bb5e4f3ad70d56.tar www-548a1e16e0c7cdd566691b5a97bb5e4f3ad70d56.tar.gz www-548a1e16e0c7cdd566691b5a97bb5e4f3ad70d56.tar.bz2 www-548a1e16e0c7cdd566691b5a97bb5e4f3ad70d56.tar.xz www-548a1e16e0c7cdd566691b5a97bb5e4f3ad70d56.zip |
fix MLO URL and start updating reports
Diffstat (limited to 'donators.inc.php')
-rw-r--r-- | donators.inc.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/donators.inc.php b/donators.inc.php index 75e6d4ec5..eaa503d15 100644 --- a/donators.inc.php +++ b/donators.inc.php @@ -180,7 +180,8 @@ $donators = array( 'Robert J Greenwood', 'Mike Crecelius', 'Yevgeniy Palaus', - 'Julio Geraldo' + 'Julio Geraldo', + 'Aymerich Munoz Jose Ignacio' ); //$html .= '<img src="/g/images/mageia_0.svg" style="position: absolute; top: 180px; width: 300px; opacity: 0.2;" />'; @@ -191,7 +192,7 @@ $orgs = array( array('http://www.gandi.net/', 'Gandi.net'), array('http://www.kazar.net/', 'Kazar.net'), array('http://www.lost-oasis.net/', 'Lost-Oasis'), - array('http://www.mandrivalinux-online.org/', 'MLO'), + array('http://www.mageialinux-online.org/', 'MLO'), array('http://nfrance.fr/', 'NFrance'), array('http://www.spreadshirt.com/', 'Spreadshirt'), array('http://zarb.org/', 'zarb.org'), |