diff options
Diffstat (limited to 'modules/bugzilla/templates/localconfig')
-rw-r--r-- | modules/bugzilla/templates/localconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/bugzilla/templates/localconfig b/modules/bugzilla/templates/localconfig index fc10086b..3e304084 100644 --- a/modules/bugzilla/templates/localconfig +++ b/modules/bugzilla/templates/localconfig @@ -119,3 +119,4 @@ $interdiffbin = '/usr/bin/interdiff'; # are using that feature of the Patch Viewer.) $diffpath = '/usr/bin'; +$site_wide_secret = '<%= bugzilla_secret_key %>'; |