Analog zu CVar Filter wurden in Kundensuche nicht weitergereicht an den Export.
[kivitendo-erp.git] / lxo-import / shiptoB.php
index 5bb41d6..fc934c3 100644 (file)
@@ -1,7 +1,7 @@
 <html>
 <LINK REL="stylesheet" HREF="../css/lx-office-erp.css" TYPE="text/css" TITLE="Lx-Office stylesheet">
 <body>
-<?
+<?php
 /*
 Lieferanschriftimport mit Browser nach Lx-Office ERP
 
@@ -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");
     }
 }
 
@@ -230,4 +230,4 @@ if ($_POST["ok"] == "Import") {
 <tr><td></td><td><input type="submit" name="ok" value="Import"></td></tr>
 </table>
 </form>
-<? }; ?>
+<?php }; ?>