Skip to content

Commit

Permalink
Adding support for additional modules urls in drupal
Browse files Browse the repository at this point in the history
  • Loading branch information
ageekymonk committed Aug 10, 2020
1 parent 2e44620 commit 79157b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dscan/plugins/drupal.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ class Drupal(BasePlugin):
plugins_base_url = [
"%ssites/all/modules/%s/",
"%ssites/default/modules/%s/",
"%smodules/contrib/%s/",
"%smodules/%s/"]
themes_base_url = [
"%ssites/all/themes/%s/",
Expand Down

0 comments on commit 79157b2

Please sign in to comment.