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']);