From 8b91b0beb59bc6f7d9e1e75997d77f3bd64d961a Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 14 Mar 2014 14:20:32 +0400 Subject: [PATCH 1/1] add ttrss version and init params to reports --- index.php | 4 ++++ js/functions.js | 2 ++ prefs.php | 4 ++++ 3 files changed, 10 insertions(+) diff --git a/index.php b/index.php index 515e7ca7..79d4ad58 100644 --- a/index.php +++ b/index.php @@ -56,6 +56,10 @@ Tiny Tiny RSS + + diff --git a/js/functions.js b/js/functions.js index 1ad15fcc..ee9f2b7f 100644 --- a/js/functions.js +++ b/js/functions.js @@ -111,6 +111,8 @@ function exception_error(location, e, ext_info) { browserVersion: navigator.appVersion, browserPlatform: navigator.platform, browserCookies: navigator.cookieEnabled, + ttrssVersion: __ttrss_version, + initParams: JSON.stringify(init_params), }).toQueryString(); document.forms['exceptionForm'].submit(); diff --git a/prefs.php b/prefs.php index 3a6410bd..6a83295f 100644 --- a/prefs.php +++ b/prefs.php @@ -32,6 +32,10 @@ Tiny Tiny RSS : <?php echo __("Preferences") ?> + + -- 2.39.2