From e8a4b072e457464e4fdece71099467212b08a729 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C3=A9cureuil?= Date: Thu, 20 Apr 2017 12:51:42 +0200 Subject: bugzilla: Fix localconfig by adding secret key --- modules/bugzilla/templates/localconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/bugzilla/templates/localconfig') 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 %>'; -- cgit v1.2.1