summaryrefslogtreecommitdiff
path: root/mail/roundcube/patches/patch-ac
blob: edab175d2e80bed7cc92adc142384bf5eb972f2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ac,v 1.2 2008/07/30 21:29:57 schmonz Exp $

--- installer/index.php.orig	2008-06-16 12:42:39.000000000 -0400
+++ installer/index.php
@@ -59,7 +59,7 @@ function __autoload($classname)
   if ($RCI->configured && !$RCI->getprop('enable_installer') && !$_SESSION['allowinstaller']) {
     // header("HTTP/1.0 404 Not Found");
     echo '<h2 class="error">The installer is disabled!</h2>';
-    echo '<p>To enable it again, set <tt>$rcmail_config[\'enable_installer\'] = true;</tt> in config/main.inc.php</p>';
+    echo '<p>To enable it again, set <tt>$rcmail_config[\'enable_installer\'] = true;</tt> in '.RCMAIL_CONFIG_DIR.'/main.inc.php</p>';
     echo '</div></body></html>';
     exit;
   }