Revision 62ee225c
Von C. Braun vor fast 14 Jahren hinzugefügt
lxo-import/addressB.php | ||
---|---|---|
|
||
require ("import_lib.php");
|
||
|
||
function ende($txt) {
|
||
echo "Abbruch: $txt<br>";
|
||
exit(1);
|
||
}
|
||
|
||
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");
|
||
}
|
||
}
|
||
|
||
... | ... | |
|
||
$crm=checkCRM();
|
||
|
||
function ende($txt) {
|
||
echo "Abbruch: $txt<br>";
|
||
exit(1);
|
||
}
|
||
$dir = "../users/";
|
||
clearstatcache ();
|
||
//print_r($_FILES);
|
Auch abrufbar als: Unified diff
CSV-Import an neue Konfigurationsdatei angepasst. Bug-ID: 1632.