1 drupal.inc | drupal_site_offline() |
Delivers a "site is under maintenance" message to the browser.
Deprecated
since 1.0.0
See also
Related topics
File
- core/
includes/ drupal.inc, line 669 - Contains constants and function wrappers for Drupal 7.x compatibility.
Code
function drupal_site_offline() {
backdrop_site_offline();
}