[gnome-web-www] Remove the members-list.php file from the theme folder itself, we will manage it directly through ap



commit a5ec495b38ddfb812c768685551c35125b3140da
Author: Andrea Veri <av gnome org>
Date:   Tue Feb 25 17:38:37 2014 +0100

    Remove the members-list.php file from the theme folder itself, we will manage it directly through 
apache's webroot. Also update the url on the page-membership.php file for it to generate the members list 
properly

 theme/members-list.php    |  128 ---------------------------------------------
 theme/page-membership.php |    2 +-
 2 files changed, 1 insertions(+), 129 deletions(-)
---
diff --git a/theme/page-membership.php b/theme/page-membership.php
index e833a68..9258eaa 100644
--- a/theme/page-membership.php
+++ b/theme/page-membership.php
@@ -3,7 +3,7 @@
 
 if (false === ($members = get_transient('foundation_members_list'))) {
 
-    $members_url = "http://foundation-old.gnome.org/membership/members.php?format=json";;
+    $members_url = "https://www.gnome.org/membership/members-list.php?format=json";;
 
     $members = json_decode(file_get_contents($members_url));
     


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]