Login to Drupal while site in maintenance


/ Published in: SQL
Save to your folder(s)



Copy this code and paste it in your HTML
  1. UPDATE variable SET VALUE = 's:1:"0";' WHERE name= 'site_offline';
  2. DELETE FROM cache WHERE cid = 'variables';
  3.  
  4. #ou http://example.com/?q=USER & log-IN

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.