<?php include '../include/browser.inc.php'; $broswer = new browser(); if (isset($_SERVER['HTTPS'])) { if ($_SERVER['HTTPS'] == 'on') { header("Location: http://" . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI']); exit; } } ?> <html> <meta charset="utf-8"> <?php if ($broswer->isFirefox()) { echo '<meta http-equiv="Refresh" content="2;url=../config/gpos-installer.xpi">'; } ?> <style type="text/css"> div#xBox { background-image: url("../img/gpos_instalarxul.png"); background-repeat: no-repeat; background-position: center top; background-size: 362px 322px; width: calc(100%); height: 80%; margin-top: 10%; margin-left: auto; margin-right: auto; }