8 lines
220 B
PHP
8 lines
220 B
PHP
|
<?php
|
||
|
/** Disable the import plugin for all clients */
|
||
|
define('PLUGIN_CALENDARIMPORTER_USER_DEFAULT_ENABLE', false);
|
||
|
|
||
|
/** The default calendar to import to*/
|
||
|
define('PLUGIN_CALENDARIMPORTER_DEFAULT', "Default");
|
||
|
?>
|