Fixed import on Kopano Webapp 3.1.1

This commit is contained in:
2016-10-31 23:01:52 +01:00
parent cfe069dbd0
commit 7746bdd562
8 changed files with 446 additions and 18 deletions

View File

@@ -9,5 +9,5 @@
define('PLUGIN_CALENDARIMPORTER_DEFAULT_TIMEZONE', "Europe/Vienna");
/** Tempory path for uploaded files... */
define('PLUGIN_CALENDARIMPORTER_TMP_UPLOAD', "/var/lib/zarafa-webapp/tmp/");
define('PLUGIN_CALENDARIMPORTER_TMP_UPLOAD', "/var/lib/kopano-webapp/tmp/");
?>