2012-06-18 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* index.php: Fixed global autorefresh bug. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6565 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
d60ed8d98d
commit
509f6ff06e
|
@ -1,3 +1,7 @@
|
||||||
|
2012-06-18 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||||
|
|
||||||
|
* index.php: Fixed global autorefresh bug.
|
||||||
|
|
||||||
2012-06-18 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
2012-06-18 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||||
|
|
||||||
* include/functions_config.php
|
* include/functions_config.php
|
||||||
|
|
|
@ -100,6 +100,7 @@ if (!empty ($config["https"]) && empty ($_SERVER['HTTPS'])) {
|
||||||
$config["pure"] = (bool) get_parameter ("pure");
|
$config["pure"] = (bool) get_parameter ("pure");
|
||||||
|
|
||||||
// Auto Refresh page (can now be disabled anywhere in the script)
|
// Auto Refresh page (can now be disabled anywhere in the script)
|
||||||
|
if (get_parameter ("refr"))
|
||||||
$config["refr"] = (int) get_parameter ("refr");
|
$config["refr"] = (int) get_parameter ("refr");
|
||||||
|
|
||||||
ob_start ();
|
ob_start ();
|
||||||
|
|
Loading…
Reference in New Issue