From: Holger Lindemann Date: Thu, 2 Jun 2011 17:25:08 +0000 (+0200) Subject: Angepasst an das neue config-file X-Git-Tag: release-2.6.3~26 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=ed4960f5286bfd51c1cf5117ac11c406fce789d4;p=kivitendo-erp.git Angepasst an das neue config-file --- diff --git a/lxo-import/blz.php b/lxo-import/blz.php index c1f726061..482aa6bf8 100644 --- a/lxo-import/blz.php +++ b/lxo-import/blz.php @@ -30,7 +30,7 @@ if ($_POST["ok"]=="Hilfe") { require ("import_lib.php"); if (!$_SESSION["db"]) { - $conffile="../config/authentication.pl"; + $conffile="../config/lx_office.conf"; if (!is_file($conffile)) { ende(4); }