add low bandwidth mode (less automatic requests in the background)
This commit is contained in:
@@ -1848,6 +1848,7 @@
|
||||
$_POST["password"] = "";
|
||||
|
||||
$_SESSION["language"] = $_POST["language"];
|
||||
$_SESSION["bw_limit"] = !!$_POST["bw_limit"];
|
||||
|
||||
header("Location: " . $_SERVER["REQUEST_URI"]);
|
||||
exit;
|
||||
@@ -3014,6 +3015,9 @@
|
||||
print "<param key=\"hide_feedlist\" value=\"" .
|
||||
(int) get_pref($link, "HIDE_FEEDLIST") . "\"/>";
|
||||
|
||||
print "<param key=\"bw_limit\" value=\"".
|
||||
(int) $_SESSION["bw_limit"]."\"/>";
|
||||
|
||||
print "</init-params>";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user