diff --git a/.htaccess b/.htaccess index df0e80c..1054135 100644 --- a/.htaccess +++ b/.htaccess @@ -93,7 +93,7 @@ ErrorDocument 404 /index.php # prevent site from being loaded in an iframe on another site # you will need to remove this one if you want to allow external iframes - Header always append X-Frame-Options SAMEORIGIN + # Header always append X-Frame-Options SAMEORIGIN # To prevent cross site scripting (IE8+ proprietary) Header set X-XSS-Protection "1; mode=block" diff --git a/site/config.php b/site/config.php index d49fe33..46344f9 100644 --- a/site/config.php +++ b/site/config.php @@ -158,3 +158,15 @@ $config->prependTemplateFile = '_init.php'; * */ $config->appendTemplateFile = '_main.php'; + +/** + * X-Powered-By header behavior + * + * - true: Sends the generic PW header, replacing any other powered-by headers (recommended). + * - false: Sends blank powered-by, replacing any other powered-by headers. + * - null: Sends no powered-by, existing server powered-by headers will pass through. + * + * @var bool|null + * + */ +$config->usePoweredBy = null; \ No newline at end of file diff --git a/site/templates/_head.php b/site/templates/_head.php index 1db793d..6d0274c 100644 --- a/site/templates/_head.php +++ b/site/templates/_head.php @@ -10,6 +10,21 @@ + + + + + @@ -18,12 +33,21 @@ - viewable($idioma)): continue; endif; ?> + diff --git a/site/templates/css/style.css b/site/templates/css/style.css index 5024ff0..6f8848d 100644 --- a/site/templates/css/style.css +++ b/site/templates/css/style.css @@ -95,7 +95,6 @@ header#cabeceira div#logo { width: 230px !important; - height: 169px; } header#cabeceira input#interruptor