HowTo Disable Extensions Within Config.php
Question: I can’t get into my ExpressionEngine control panel. How can I disable extensions if I can’t login?
Answer: You can edit your config.php file, and set the following to n.
$conf['allow_extensions'] = "n"
Tell-a-Friend