thunderbird.conf.php -> conf.php dans le générateur de configuration Thunderbird

This commit is contained in:
Daniel Berteaud 2012-07-26 10:38:48 +02:00
parent f37b7a06c8
commit a9a8f81866

View File

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