Issue #3087315: Filter/filter config anonymous users & paths
Compare changes
+ 124
− 47
@@ -12,35 +12,10 @@
@@ -79,7 +54,7 @@ function visitors_admin_settings() {
@@ -90,44 +65,146 @@ function visitors_admin_settings() {
$description = t("Specify pages by using their paths. Enter one path per line. The '*' character is a wildcard. Example paths are %blog for the blog page and %blog-wildcard for every personal blog. %front is the front page.", array('%blog' => 'blog', '%blog-wildcard' => 'blog/*', '%front' => '<front>'));