You are here

constant MAINTENANCE_MODE in Skinr 8.2

Same name and namespace in other branches
  1. 7.2 tests/update.php \MAINTENANCE_MODE

Global flag indicating that update.php is being run.

When this flag is set, various operations do not take place, such as invoking hook_init() and hook_exit(), css/js preprocessing, and translation.

File

tests/update.php, line 14
Simulates cache clearing while running update script.

Code

define('MAINTENANCE_MODE', 'update');