Detect Drupal (#80)

This commit is contained in:
Marian Steinbach 2018-11-05 22:32:06 +01:00 committed by GitHub
parent 8ce8768465
commit df1f0bb452
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,6 +48,8 @@ class Checker(AbstractChecker):
generator = 'drupal'
if 'joomla' in generator:
generator = 'joomla'
if 'drupal' in generator:
generator = 'drupal'
# Qualify certain CMS flavours in more detail
if generator == "typo3":