From 4220d6b0374682f03e5c2195799ed1cbce8f3cc3 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 24 Jan 2007 09:43:30 +0100 Subject: store navigator.appName in session object on init --- functions.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'functions.php') diff --git a/functions.php b/functions.php index 0b3f7ba9f..4fadff8d9 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 "