Magento: list enabled/disabled XML module's files
If you want to know which Magento modules have been disabled via their XML file just get in the console and type the following line to get only the files:
{document_root}/app/etc/modules# grep -li "false" *
The opposite will work just fine too:
{document_root}/app/etc/modules# grep -li "true" *
Written by Ezequiel Kupelian
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Magento
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#