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>
|
||||
|
||||
* include/functions_config.php
|
||||
|
|
|
@ -100,7 +100,8 @@ if (!empty ($config["https"]) && empty ($_SERVER['HTTPS'])) {
|
|||
$config["pure"] = (bool) get_parameter ("pure");
|
||||
|
||||
// Auto Refresh page (can now be disabled anywhere in the script)
|
||||
$config["refr"] = (int) get_parameter ("refr");
|
||||
if (get_parameter ("refr"))
|
||||
$config["refr"] = (int) get_parameter ("refr");
|
||||
|
||||
ob_start ();
|
||||
echo '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">'."\n";
|
||||
|
|
Loading…
Reference in New Issue