diff options
Diffstat (limited to 'engine/classes/ElggSite.php')
-rw-r--r-- | engine/classes/ElggSite.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/engine/classes/ElggSite.php b/engine/classes/ElggSite.php index a6499cc97..d3cb0d488 100644 --- a/engine/classes/ElggSite.php +++ b/engine/classes/ElggSite.php @@ -398,16 +398,16 @@ class ElggSite extends ElggEntity { // default public pages $defaults = array( 'action/login', - 'pg/register', + 'register', 'action/register', 'pages/account/forgotten_password\.php', 'action/user/requestnewpassword', - 'pg/resetpassword', + 'resetpassword', 'upgrade\.php', 'xml-rpc\.php', 'mt/mt-xmlrpc\.cgi', - 'pg/css/.*', - 'pg/js/.*' + 'css/.*', + 'js/.*' ); // include a hook for plugin authors to include public pages |