|  | @@ -42,12 +42,12 @@ | 
                                                    
                                                        |  |  |  block discarded – undo | 
                                                                                                                                                                                                                    
                                                            | 42 | 42 |      if (false /* display only if IdP has opted in to OpenRoaming - or maybe always, and only display pertinent ones from the set of consortia? */) { | 
                                                                                                            
                                                            | 43 | 43 |          foreach ([ | 
                                                                                                            
                                                            | 44 | 44 |                  "eduroam" => [  | 
                                                                                                            
                                                            | 45 |  | -                      "TOU"  => "https://wiki.geant.org/display/H2eduroam/Terms+and+Conditions", | 
                                                                                                            
                                                            | 46 |  | -                      "PRIV" => "https://www.eduroam.org/privacy/", | 
                                                                                                            
                                                            |  | 45 | +                        "TOU"  => "https://wiki.geant.org/display/H2eduroam/Terms+and+Conditions", | 
                                                                                                            
                                                            |  | 46 | +                        "PRIV" => "https://www.eduroam.org/privacy/", | 
                                                                                                            
                                                            | 47 | 47 |                      ],  | 
                                                                                                            
                                                            | 48 | 48 |                  "OpenRoaming" => [  | 
                                                                                                            
                                                            | 49 |  | -                      "TOU"  => "https://wballiance.com/openroaming/toc-2020/", | 
                                                                                                            
                                                            | 50 |  | -                      "PRIV" => "https://wballiance.com/openroaming/privacy-policy-2020/", | 
                                                                                                            
                                                            |  | 49 | +                        "TOU"  => "https://wballiance.com/openroaming/toc-2020/", | 
                                                                                                            
                                                            |  | 50 | +                        "PRIV" => "https://wballiance.com/openroaming/privacy-policy-2020/", | 
                                                                                                            
                                                            | 51 | 51 |                      ] | 
                                                                                                            
                                                            | 52 | 52 |              ] as $consortium => $terms) { | 
                                                                                                            
                                                            | 53 | 53 |              printf("<p>" . _("When connecting to %s hotspots, the following <a href='%s'>Terms and Conditions</a> and <a href='%s'>Privacy Notice</a> apply." . "</p>"), $consortium, $terms['TOU'], $terms['PRIV']); | 
                                                                                                                                                
                                         
                                        
                                            
                                                                                                    Please login to merge, or discard this patch.