Revision 62ee225c
Von C. Braun vor mehr als 13 Jahren hinzugefügt
lxo-import/contactB.php | ||
---|---|---|
12 | 12 |
|
13 | 13 |
*/ |
14 | 14 |
if (!$_SESSION["db"]) { |
15 |
$conffile="../config/authentication.pl";
|
|
15 |
$conffile="../config/lx_office.conf";
|
|
16 | 16 |
if (!is_file($conffile)) { |
17 | 17 |
ende(4); |
18 | 18 |
} |
19 | 19 |
} |
20 |
|
|
21 |
function ende($nr) { |
|
22 |
echo "Abbruch: $nr\n"; |
|
23 |
exit($nr); |
|
24 |
} |
|
25 |
|
|
26 |
|
|
20 | 27 |
require ("import_lib.php"); |
21 | 28 |
|
22 | 29 |
if (!anmelden()) ende(5); |
... | ... | |
41 | 48 |
} |
42 | 49 |
$nun=time(); |
43 | 50 |
|
44 |
function ende($nr) { |
|
45 |
echo "Abbruch: $nr\n"; |
|
46 |
exit($nr); |
|
47 |
} |
|
48 | 51 |
if ($_POST["ok"]=="Hilfe") { |
49 | 52 |
echo "Importfelder:<br>"; |
50 | 53 |
echo "Feldname => Bedeutung<br>"; |
Auch abrufbar als: Unified diff
CSV-Import an neue Konfigurationsdatei angepasst. Bug-ID: 1632.