diff options
author | Brett Profitt <brett.profitt@gmail.com> | 2012-03-15 22:24:25 -0700 |
---|---|---|
committer | Brett Profitt <brett.profitt@gmail.com> | 2012-03-15 22:24:25 -0700 |
commit | c0579df990de69dd7b6bec5bd56ef34c6c0fdb8a (patch) | |
tree | 520e9edf72217a0dea696d9e2c411085deba75f6 | |
parent | db0bb2d9c0d2835b95caf887a6ef3bfb818df047 (diff) | |
download | elgg-c0579df990de69dd7b6bec5bd56ef34c6c0fdb8a.tar.gz elgg-c0579df990de69dd7b6bec5bd56ef34c6c0fdb8a.tar.bz2 |
Fixes #4394. Added cron and services URLs to the default public pages list for walled garden.
-rw-r--r-- | engine/classes/ElggSite.php | 2 |
1 files changed, 2 insertions, 0 deletions
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 |