Small update for Kopano Webapp 3.1

This commit is contained in:
2016-11-01 01:14:46 +01:00
parent c2f26697fb
commit 16182e7487
7 changed files with 15 additions and 8 deletions

View File

@@ -6,5 +6,5 @@ define('PLUGIN_CONTACTIMPORTER_USER_DEFAULT_ENABLE', false);
define('PLUGIN_CONTACTIMPORTER_DEFAULT', "Kontakte");
/** Tempory path for uploaded files... */
define('PLUGIN_CONTACTIMPORTER_TMP_UPLOAD', "/var/lib/zarafa-webapp/tmp/");
define('PLUGIN_CONTACTIMPORTER_TMP_UPLOAD', "/var/lib/kopano-webapp/tmp/");
?>