From 95d7c27e5a65f6df5221842bb4427619ccec3327 Mon Sep 17 00:00:00 2001 From: nickw Date: Fri, 14 May 2010 14:30:37 +0000 Subject: Updating core code to allow public pages using new Walled Garden functionality. git-svn-id: http://code.elgg.org/elgg/trunk@6047 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/sites.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engine/lib/sites.php') diff --git a/engine/lib/sites.php b/engine/lib/sites.php index fb9b66725..fb47dc012 100644 --- a/engine/lib/sites.php +++ b/engine/lib/sites.php @@ -279,6 +279,8 @@ class ElggSite extends ElggEntity { "{$CONFIG->url}action/user/requestnewpassword", "{$CONFIG->url}pg/resetpassword", "{$CONFIG->url}upgrade.php", + "{$CONFIG->url}xml-rpc.php", + "{$CONFIG->url}mt/mt-xmlrpc.cgi", ); // include a hook for plugin authors to include public pages -- cgit v1.2.3