mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-10-13 12:00:59 +02:00
make_init_params: add some additional information useful for reporting
This commit is contained in:
parent
8b91b0beb5
commit
31460f84fe
@ -18,6 +18,11 @@
|
|||||||
$params["bw_limit"] = (int) $_SESSION["bw_limit"];
|
$params["bw_limit"] = (int) $_SESSION["bw_limit"];
|
||||||
$params["label_base_index"] = (int) LABEL_BASE_INDEX;
|
$params["label_base_index"] = (int) LABEL_BASE_INDEX;
|
||||||
|
|
||||||
|
$params["php_platform"] = PHP_OS;
|
||||||
|
$params["php_version"] = PHP_VERSION;
|
||||||
|
|
||||||
|
$params["sanity_checksum"] = sha1(file_get_contents("include/sanity_check.php"));
|
||||||
|
|
||||||
$result = db_query("SELECT MAX(id) AS mid, COUNT(*) AS nf FROM
|
$result = db_query("SELECT MAX(id) AS mid, COUNT(*) AS nf FROM
|
||||||
ttrss_feeds WHERE owner_uid = " . $_SESSION["uid"]);
|
ttrss_feeds WHERE owner_uid = " . $_SESSION["uid"]);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user