From c1fcaed2ee8f05a5030fe4e8e211ca4eae7a9489 Mon Sep 17 00:00:00 2001
From: ftimme <ft@falkotimme.com>
Date: Tue, 11 Jun 2013 11:44:57 -0400
Subject: [PATCH] - Fixed FS#2921 - RBL list field in server config can not be empty.
---
server/conf/error/br/403.html | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/server/conf/error/br/403.html b/server/conf/error/br/403.html
index 676f713..5e466d8 100644
--- a/server/conf/error/br/403.html
+++ b/server/conf/error/br/403.html
@@ -2,7 +2,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
- <title>ERROR 403 - Forbidden!</title>
+ <title>ERRO 403 - Acesso negado!</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="robots" content="noindex" />
<style type="text/css"><!--
@@ -46,13 +46,13 @@
<body>
<div id="page">
<div id="header" class="status4xx">
- <h1>ERROR 403 - Forbidden!</h1>
+ <h1>ERRO 403 - Acesso negado!</h1>
</div>
<div id="content">
- <h2>The following error occurred:</h2>
- <p>You are not permitted to access the requested URL.</p>
- <P>Please contact the <!--WEBMASTER//-->webmaster<!--WEBMASTER//--> with any queries.</p>
- </div>
+ <h2>O seguinte erro ocorreu:</h2>
+ <p>Não foi permitido o seu acesso ao endereço especificado. </p>
+ <P>Se tiver qualquer dúvida extra sobre este erro contate seu webmaster.</p>
+ </div>
<div id="footer">
<p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p>
</div>
--
Gitblit v1.9.1