]> wagnertech.de Git - kivitendo-erp.git/commitdiff
Angepasst an das neue config-file
authorHolger Lindemann <hli@lenny.hoch.ul>
Thu, 2 Jun 2011 17:25:08 +0000 (19:25 +0200)
committerHolger Lindemann <hli@lenny.hoch.ul>
Thu, 2 Jun 2011 17:25:08 +0000 (19:25 +0200)
lxo-import/blz.php

index c1f726061df4a12eb1cc536651ec25cf404ce206..482aa6bf89fd586c194fa8c32c6cd05696237243 100644 (file)
@@ -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);
                }