diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-08-22 18:24:14 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-08-22 18:24:14 +0000 |
commit | a9762cd3bf93ac8bbcafec23328c3ecde9d1498a (patch) | |
tree | 4a7abe998616a563a6471b3ac8915a943fcdeaa1 /modules/system/system.module | |
parent | 4cbe60a533acc3d30da5ddd68f932d79982eeeff (diff) | |
download | brdo-a9762cd3bf93ac8bbcafec23328c3ecde9d1498a.tar.gz brdo-a9762cd3bf93ac8bbcafec23328c3ecde9d1498a.tar.bz2 |
#201415 by sun: Add a permission to access site in maintenance mode.
Diffstat (limited to 'modules/system/system.module')
-rw-r--r-- | modules/system/system.module | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/system/system.module b/modules/system/system.module index e768944e3..01a6f82a4 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -228,6 +228,10 @@ function system_permission() { 'title' => t('Access administration pages'), 'description' => t('View the administration panel and browse the help system.'), ), + 'access site in maintenance mode' => array( + 'title' => t('Access site in maintenance mode'), + 'description' => t('Log in when the site is in maintenance mode.'), + ), 'access site reports' => array( 'title' => t('Access site reports'), 'description' => t('View reports from system logs and other status information.'), |