
 Max - 2012-09-03 18:38:44
 
Hi,
Tested on last version (2.06)
On server without HTTPS and error reporting max level I have:
Notice: Undefined index: HTTPS
EPub.php on line 1334
EPub.php on line 1353
		if ($_SERVER["HTTPS"] == "on") {
			$pageURL .= "s";
		}
maybe just fix it :)
		if (@$_SERVER["HTTPS"] == "on") {
			$pageURL .= "s";
		}
Thanks for great work!
Regards
Max