formular for webapp 1.0 finished (not working with 1.2 due to api changes...)

This commit is contained in:
2012-11-11 16:48:37 +00:00
commit ea1a60743d
7 changed files with 330 additions and 0 deletions

7
config.php Normal file
View File

@@ -0,0 +1,7 @@
<?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");
?>