Revision 62ee225c
Von C. Braun vor mehr als 13 Jahren hinzugefügt
lxo-import/shiptoB.php | ||
---|---|---|
30 | 30 |
}; |
31 | 31 |
|
32 | 32 |
if (!$_SESSION["db"]) { |
33 |
$conffile="../config/authentication.pl";
|
|
33 |
$conffile="../config/lx_office.conf";
|
|
34 | 34 |
if (!is_file($conffile)) { |
35 |
ende("authentication.pl nicht gefunden oder unlesbar");
|
|
35 |
ende("lx_office.conf nicht gefunden oder unlesbar");
|
|
36 | 36 |
} |
37 | 37 |
} |
38 | 38 |
|
Auch abrufbar als: Unified diff
CSV-Import an neue Konfigurationsdatei angepasst. Bug-ID: 1632.