Skip to content

Instantly share code, notes, and snippets.

@caktux
Created June 11, 2013 13:08
Show Gist options
  • Select an option

  • Save caktux/5756666 to your computer and use it in GitHub Desktop.

Select an option

Save caktux/5756666 to your computer and use it in GitHub Desktop.
Disable module with SQL
UPDATE `system` SET `status` = '0' WHERE `name` = 'MODULENAME' LIMIT 1;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment