aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/sessions.php
diff options
context:
space:
mode:
Diffstat (limited to 'engine/lib/sessions.php')
-rw-r--r--engine/lib/sessions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/sessions.php b/engine/lib/sessions.php
index 7ea650434..a3e36187f 100644
--- a/engine/lib/sessions.php
+++ b/engine/lib/sessions.php
@@ -281,7 +281,7 @@
{
global $CONFIG;
- return md5($_SERVER['HTTP_USER_AGENT'] );
+ return md5($_SERVER['HTTP_USER_AGENT'] . get_site_secret());
}
/**