initial commit

This commit is contained in:
Jelle van der Waa
2016-05-11 10:40:44 +02:00
commit ecaa6e3a35
19 changed files with 1047 additions and 0 deletions

5
config.php Executable file
View File

@ -0,0 +1,5 @@
<?php
define('PLUGIN_MDM_USER_DEFAULT_ENABLE_MDM', false);
define('PLUGIN_MDM_SERVER', 'localhost');
define('PLUGIN_MDM_SERVER_SSL', false);
?>