summaryrefslogtreecommitdiff
path: root/include/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-08-23 20:23:19 +0400
committerAndrew Dolgov <[email protected]>2012-08-23 20:23:19 +0400
commit27211afe92ab90a89d1879a31a8543cdf2b6aab6 (patch)
tree2dbacda3994058c031773b24d8ebbc68b69e7e28 /include/functions.php
parent639ad600353120d60c455bcb476227214ecfd049 (diff)
implement experimental web-based updater
Diffstat (limited to 'include/functions.php')
-rw-r--r--include/functions.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/functions.php b/include/functions.php
index 69b481ac4..b2e9e8992 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -2147,6 +2147,7 @@
$data['new_version_available'] = (int) ($new_version_details != false);
$_SESSION["last_version_check"] = time();
+ $_SESSION["version_data"] = $new_version_details;
}
return $data;