Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 62ee225c

Von C. Braun vor mehr als 13 Jahren hinzugefügt

CSV-Import an neue Konfigurationsdatei angepasst. Bug-ID: 1632.

Unterschiede anzeigen:

lxo-import/partsB.php
19 19
}
20 20

  
21 21
if (!$_SESSION["db"]) {
22
    $conffile="../config/authentication.pl";
22
    $conffile="../config/lx_office.conf";
23 23
    if (!is_file($conffile)) {
24
        ende("authentication.pl nicht gefunden oder kein Leserecht.");
24
        ende("lx_office.conf nicht gefunden oder kein Leserecht.");
25 25
    }
26 26
}
27 27
require ("import_lib.php");

Auch abrufbar als: Unified diff