Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 362 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 362 Bytes

Drupal Audit

This shell script allows a quick "audit" of a website, giving some details about the configuration:

  • drush status
  • hacked status (using Hacked module)
  • modules & themes status
  • cache status (using Cacheaudit module)
  • database volumetry indications
  • phpinfo()
  • ...

There still is a lot to do, pull requests are totally welcome!