From: Brett Profitt Date: Fri, 16 Mar 2012 05:24:25 +0000 (-0700) Subject: Fixes #4394. Added cron and services URLs to the default public pages list for walled... X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=c0579df990de69dd7b6bec5bd56ef34c6c0fdb8a;p=lorea%2Felgg.git Fixes #4394. Added cron and services URLs to the default public pages list for walled garden. --- diff --git a/engine/classes/ElggSite.php b/engine/classes/ElggSite.php index 49616f1be..af3999321 100644 --- a/engine/classes/ElggSite.php +++ b/engine/classes/ElggSite.php @@ -438,6 +438,8 @@ class ElggSite extends ElggEntity { 'js/.*', 'cache/css/.*', 'cache/js/.*', + 'cron/.*', + 'services/.*', ); // include a hook for plugin authors to include public pages