From 330127a6123e45a96132910ddd991c37b2ed5953 Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Sun, 02 Mar 2008 08:20:21 -0500
Subject: [PATCH] Disable PHP notices + check for installer script on login page

---
 installer/index.php |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/installer/index.php b/installer/index.php
index a5225eb..264cefc 100644
--- a/installer/index.php
+++ b/installer/index.php
@@ -26,6 +26,7 @@
 
 <?php
 
+  ini_set('error_reporting', E_ALL&~E_NOTICE);
   ini_set('display_errors', 1);
 
   $docroot = realpath(dirname(__FILE__) . '/../');

--
Gitblit v1.9.1