Revision 62ee225c
Von C. Braun vor fast 14 Jahren hinzugefügt
lxo-import/contactB.php | ||
---|---|---|
|
||
*/
|
||
if (!$_SESSION["db"]) {
|
||
$conffile="../config/authentication.pl";
|
||
$conffile="../config/lx_office.conf";
|
||
if (!is_file($conffile)) {
|
||
ende(4);
|
||
}
|
||
}
|
||
|
||
function ende($nr) {
|
||
echo "Abbruch: $nr\n";
|
||
exit($nr);
|
||
}
|
||
|
||
|
||
require ("import_lib.php");
|
||
|
||
if (!anmelden()) ende(5);
|
||
... | ... | |
}
|
||
$nun=time();
|
||
|
||
function ende($nr) {
|
||
echo "Abbruch: $nr\n";
|
||
exit($nr);
|
||
}
|
||
if ($_POST["ok"]=="Hilfe") {
|
||
echo "Importfelder:<br>";
|
||
echo "Feldname => Bedeutung<br>";
|
Auch abrufbar als: Unified diff
CSV-Import an neue Konfigurationsdatei angepasst. Bug-ID: 1632.