Zeile 6 | Zeile 6 |
---|
* Website: http://mybb.com * License: http://mybb.com/about/license *
|
* Website: http://mybb.com * License: http://mybb.com/about/license *
|
* $Id: index.php 5683 2011-11-29 15:02:41Z Tomm $
| * $Id$
|
*/
if(function_exists("unicode_decode"))
| */
if(function_exists("unicode_decode"))
|
Zeile 1725 | Zeile 1725 |
---|
$contactemail = '';
$protocol = "http://";
|
$contactemail = '';
$protocol = "http://";
|
if(!empty($_SERVER['HTTPS']) || substr($bburl, 0, 5) == "https")
| if((!empty($_SERVER['HTTPS']) && $_SERVER['HTTPS'] != "off") || substr($bburl, 0, 5) == "https")
|
{ $protocol = "https://"; }
| { $protocol = "https://"; }
|