Quote:
Originally Posted by Dismounted
PHP Code:
if (empty($_SERVER['HTTPS']) === false) { // https on }
|
I am getting this error:
Quote:
The following error occurred when attempting to evaluate the template 'footer':
Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /path/to/forum/includes/adminfunctions_template.php(3729) : eval()'d code on line 10
This is likely caused by a malformed conditional statement.
|
Line 10, is
PHP Code:
if (empty($_SERVER['HTTPS']) === false)