From a9a8f81866b3b7236678078ff2b7f397abac4b74 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Thu, 26 Jul 2012 10:38:48 +0200 Subject: [PATCH] =?UTF-8?q?thunderbird.conf.php=20->=20conf.php=20dans=20l?= =?UTF-8?q?e=20g=C3=A9n=C3=A9rateur=20de=20configuration=20Thunderbird?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- root/usr/share/mozilla-mcd/thunderbird.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/usr/share/mozilla-mcd/thunderbird.php b/root/usr/share/mozilla-mcd/thunderbird.php index 1b3c0f6..e80282d 100644 --- a/root/usr/share/mozilla-mcd/thunderbird.php +++ b/root/usr/share/mozilla-mcd/thunderbird.php @@ -2,7 +2,7 @@ ini_set('log_errors', 1); ini_set('display_errors', 0); -require('thunderbird.conf.php'); +require('conf.php'); if(isset($_SERVER['QUERY_STRING']) && preg_match('/^.+@' . DOMAIN . '$/', $_SERVER['QUERY_STRING'])) { $temp = explode('@', $_SERVER['QUERY_STRING']);