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


You need to login to view comments.