summaryrefslogtreecommitdiffstats
path: root/globals.pl
diff options
context:
space:
mode:
authorgerv%gerv.net <>2002-04-27 15:57:11 +0200
committergerv%gerv.net <>2002-04-27 15:57:11 +0200
commit2fbdc1d838a990be1faba320618eae6fadae878a (patch)
treed770d45181c7ae6fa5be31462ed18b94589fcd72 /globals.pl
parent48fcdfb586c8ff4213ab05dcd849c3e11bb9740c (diff)
downloadbugzilla-2fbdc1d838a990be1faba320618eae6fadae878a.tar.gz
bugzilla-2fbdc1d838a990be1faba320618eae6fadae878a.tar.xz
Bug 138284 - prepare for Bugzilla Helper replacement enter_bug template. Patch by gerv; r=bbaetz, myk.
Diffstat (limited to 'globals.pl')
-rw-r--r--globals.pl3
1 files changed, 3 insertions, 0 deletions
diff --git a/globals.pl b/globals.pl
index 4c93e800a..2fd047dd4 100644
--- a/globals.pl
+++ b/globals.pl
@@ -1750,6 +1750,9 @@ $::vars =
# SyncAnyPendingShadowChanges - called in the footer to sync the shadowdb
'SyncAnyPendingShadowChanges' => \&SyncAnyPendingShadowChanges ,
+
+ # User Agent - useful for detecting in templates
+ 'user_agent' => $ENV{'HTTP_USER_AGENT'} ,
};
1;