From a598370dde80604280f1a9708f8427902f376209 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 24 Jun 2008 08:43:20 +0100 Subject: add low bandwidth mode (less automatic requests in the background) --- functions.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'functions.php') diff --git a/functions.php b/functions.php index b373ca91c..04ddaadbb 100644 --- a/functions.php +++ b/functions.php @@ -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 ""; + print ""; + print ""; } -- cgit v1.2.3