Set Drupal site offline


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



Copy this code and paste it in your HTML
  1. UPDATE variable SET VALUE='s:1:"1";' WHERE name = 'site_offline';
  2. DELETE FROM cache WHERE CID = 'variables';

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.