X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/64035a1b2890a19fc9cd247c0eff2670ba09cb6b..088bf5a0:/lxo-import/partsB.php diff --git a/lxo-import/partsB.php b/lxo-import/partsB.php index cb9de6763..4a3c7e48e 100644 --- a/lxo-import/partsB.php +++ b/lxo-import/partsB.php @@ -19,9 +19,9 @@ function ende($txt) { } if (!$_SESSION["db"]) { - $conffile="../config/authentication.pl"; + $conffile="../config/lx_office.conf"; if (!is_file($conffile)) { - ende("authentication.pl nicht gefunden oder kein Leserecht."); + ende("lx_office.conf nicht gefunden oder kein Leserecht."); } } require ("import_lib.php");