contactimporter/config.php

10 lines
394 B
PHP
Raw Permalink Normal View History

<?php
2016-06-13 22:59:05 +02:00
/** Disable the import plugin for all clients */
define('PLUGIN_CONTACTIMPORTER_USER_DEFAULT_ENABLE', false);
/** 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... */
2016-11-01 01:14:46 +01:00
define('PLUGIN_CONTACTIMPORTER_TMP_UPLOAD', "/var/lib/kopano-webapp/tmp/");