vcf importer pre alpha. Import working but contact pictures are not saved.
This commit is contained in:
12
config.php
Normal file
12
config.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
/** Disable the import plugin for all clients */
|
||||
define('PLUGIN_CONTACTIMPORTER_USER_DEFAULT_ENABLE', true);
|
||||
/** Disable the export feature for all clients */
|
||||
define('PLUGIN_CONTACTIMPORTER_USER_DEFAULT_ENABLE_EXPORT', false);
|
||||
|
||||
/** The default addressbook to import to (default: contact)*/
|
||||
define('PLUGIN_CONTACTIMPORTER_DEFAULT', "contact");
|
||||
|
||||
/** Tempory path for uploaded files... */
|
||||
define('PLUGIN_CONTACTIMPORTER_TMP_UPLOAD', "/var/lib/zarafa-webapp/tmp/");
|
||||
?>
|
Reference in New Issue
Block a user