From ebd0e986ed11f2a34fb58cdd33efbfab192083ad Mon Sep 17 00:00:00 2001
From: Till Brehm <tbrehm@ispconfig.org>
Date: Fri, 22 Apr 2016 05:26:17 -0400
Subject: [PATCH] Added PHP 7 check in installer and updater.

---
 server/conf/error/br/404.html |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/server/conf/error/br/404.html b/server/conf/error/br/404.html
index 78452ba..1a8266f 100644
--- a/server/conf/error/br/404.html
+++ b/server/conf/error/br/404.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 404 - Not Found!</title>
+    <title>ERRO 404 - Arquivo n&atilde;o encontrado!</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 404 - Not Found!</h1>
+            <h1>ERRO 404 - Arquivo n&atilde;o encontrado!</h1>
         </div>
         <div id="content">
-            <h2>The following error occurred:</h2>
-            <p>The requested URL was not found on this server.</p>
-			<P>Please check the URL or contact the <!--WEBMASTER//-->webmaster<!--WEBMASTER//-->.</p>
-        </div>
+            <h2>O seguinte erro ocorreu:</h2>
+            <p>O endere&ccedil;o requisitado n&atilde;o foi encontrado neste servidor. </p>
+			<P>Se tiver qualquer d&uacute;vida extra sobre este erro cheque por atualiza&ccedil;&otilde;es neste endere&ccedil;o ou 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