2012-11-11 17:48:37 +01:00
|
|
|
<?php
|
|
|
|
/** Disable the import plugin for all clients */
|
|
|
|
define('PLUGIN_CALENDARIMPORTER_USER_DEFAULT_ENABLE', false);
|
2012-12-05 22:31:10 +01:00
|
|
|
/** Disable the export feature for all clients */
|
|
|
|
define('PLUGIN_CALENDARIMPORTER_USER_DEFAULT_ENABLE_EXPORT', false);
|
2012-11-11 17:48:37 +01:00
|
|
|
|
|
|
|
/** The default calendar to import to*/
|
|
|
|
define('PLUGIN_CALENDARIMPORTER_DEFAULT', "Default");
|
|
|
|
?>
|