X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=lxo-import%2FshiptoB.php;h=fc934c39431e8729c4fef01132ee517b83551956;hb=f742983addf80ee40aecd76b6602faa452ece91e;hp=5e22a285f7f56b5e4de41b0e7111e168629118b6;hpb=29c981ee335ebc5c21722a265360665e3af2bb20;p=kivitendo-erp.git diff --git a/lxo-import/shiptoB.php b/lxo-import/shiptoB.php index 5e22a285f..fc934c394 100644 --- a/lxo-import/shiptoB.php +++ b/lxo-import/shiptoB.php @@ -30,9 +30,9 @@ Web: http://www.linet-services.de, http://www.lx-system.de }; if (!$_SESSION["db"]) { - $conffile="../config/authentication.pl"; + $conffile="../config/lx_office.conf"; if (!is_file($conffile)) { - ende("authentication.pl nicht gefunden oder unlesbar"); + ende("lx_office.conf nicht gefunden oder unlesbar"); } }