if(variable_get('https_warning',true,'warn users to switch to HTTPS')&&!isset($_SERVER['HTTPS'])){
if (!$_SERVER[HTTPS]) {
echo__('<h4>WARNING: you are trying to access the control panel insecurely, click <a href="%s">here</a> to go to secure mode</h4>',$_SERVER["HTTP_HOST"]);