]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Refs #2693 - Added pg/css and pg/js to the list of public pages for walled garden.
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Sat, 26 Feb 2011 15:36:04 +0000 (15:36 +0000)
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Sat, 26 Feb 2011 15:36:04 +0000 (15:36 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@8491 36083f99-b078-4883-b0ff-0f9b5a30f544

engine/classes/ElggSite.php

index 0237421e064b64c2cdf5b9944f6b42441d9387b0..a6499cc97108980b6dd81bb67f3349637021df9f 100644 (file)
@@ -406,8 +406,8 @@ class ElggSite extends ElggEntity {
                        'upgrade\.php',
                        'xml-rpc\.php',
                        'mt/mt-xmlrpc\.cgi',
-                       '_css/css\.css',
-                       '_css/js\.php',
+                       'pg/css/.*',
+                       'pg/js/.*'
                );
 
                // include a hook for plugin authors to include public pages