2013-05-20 23:09:51 +02:00
|
|
|
<?php
|
2016-06-13 22:59:05 +02:00
|
|
|
/** Disable the import plugin for all clients */
|
|
|
|
define('PLUGIN_CONTACTIMPORTER_USER_DEFAULT_ENABLE', false);
|
|
|
|
|
2016-06-16 21:37:55 +02:00
|
|
|
/** The default addressbook to import to (default: Kontakte or Contacts - depending on your language)*/
|
|
|
|
define('PLUGIN_CONTACTIMPORTER_DEFAULT', "Kontakte");
|
2016-06-13 22:59:05 +02:00
|
|
|
|
|
|
|
/** Tempory path for uploaded files... */
|
|
|
|
define('PLUGIN_CONTACTIMPORTER_TMP_UPLOAD', "/var/lib/zarafa-webapp/tmp/");
|
2013-05-20 23:09:51 +02:00
|
|
|
?>
|