- drupal
Global flag to identify update.php run, and so avoid various unwanted operations, such as hook_init() and hook_exit() invokes, css/js preprocessing and translation, and solve some theming issues. This flag is checked on several places in Drupal code (not just update.php).
File
- ./
update.php, line 21 - Administrative page for handling updates from one Drupal version to another.
Code
define('MAINTENANCE_MODE', 'update')
Login or register to post comments