Revision 62ee225c
Von C. Braun vor mehr als 13 Jahren hinzugefügt
lxo-import/addressB.php | ||
---|---|---|
14 | 14 |
|
15 | 15 |
require ("import_lib.php"); |
16 | 16 |
|
17 |
function ende($txt) { |
|
18 |
echo "Abbruch: $txt<br>"; |
|
19 |
exit(1); |
|
20 |
} |
|
21 |
|
|
17 | 22 |
if (!$_SESSION["db"]) { |
18 |
$conffile="../config/authentication.pl";
|
|
23 |
$conffile="../config/lx_office.conf";
|
|
19 | 24 |
if (!is_file($conffile)) { |
20 |
ende("authentication.pl nicht gefunden oder unlesbar");
|
|
25 |
ende("lx_office.conf nicht gefunden oder unlesbar");
|
|
21 | 26 |
} |
22 | 27 |
} |
23 | 28 |
|
... | ... | |
44 | 49 |
|
45 | 50 |
$crm=checkCRM(); |
46 | 51 |
|
47 |
function ende($txt) { |
|
48 |
echo "Abbruch: $txt<br>"; |
|
49 |
exit(1); |
|
50 |
} |
|
51 | 52 |
$dir = "../users/"; |
52 | 53 |
clearstatcache (); |
53 | 54 |
//print_r($_FILES); |
Auch abrufbar als: Unified diff
CSV-Import an neue Konfigurationsdatei angepasst. Bug-ID: 1632.