From: Andrew Dolgov Date: Wed, 24 Jan 2007 08:43:30 +0000 (+0100) Subject: store navigator.appName in session object on init X-Git-Tag: 1.2.8~38 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=4220d6b0374682f03e5c2195799ed1cbce8f3cc3;p=tt-rss.git store navigator.appName in session object on init --- diff --git a/functions.php b/functions.php index 0b3f7ba9..4fadff8d 100644 --- a/functions.php +++ b/functions.php @@ -1348,7 +1348,7 @@ return false; } else { return true; - } + } } function file_is_locked($filename) { @@ -2742,6 +2742,8 @@ } + print '[' . $_SESSION["client.userAgent"] . ']'; + print "