From c0579df990de69dd7b6bec5bd56ef34c6c0fdb8a Mon Sep 17 00:00:00 2001 From: Brett Profitt Date: Thu, 15 Mar 2012 22:24:25 -0700 Subject: Fixes #4394. Added cron and services URLs to the default public pages list for walled garden. --- engine/classes/ElggSite.php | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3