2012-10-27 13:22:00 +04:00
|
|
|
<?php
|
|
|
|
/**
|
|
|
|
* Copyright (c) 2012 Thomas Müller <thomas.mueller@tmit.eu>
|
|
|
|
* This file is licensed under the Affero General Public License version 3 or
|
|
|
|
* later.
|
|
|
|
* See the COPYING-README file.
|
|
|
|
*/
|
|
|
|
|
|
|
|
require_once __DIR__.'/../lib/base.php';
|
|
|
|
|
|
|
|
OC_App::enable('calendar');
|
|
|
|
OC_App::enable('contacts');
|
2013-01-22 02:19:17 +04:00
|
|
|
OC_App::enable('apptemplateadvanced');
|
|
|
|
OC_App::enable('appframework');
|
2012-10-28 19:33:11 +04:00
|
|
|
#OC_App::enable('files_archive');
|
|
|
|
#OC_App::enable('mozilla_sync');
|
|
|
|
#OC_App::enable('news');
|
|
|
|
#OC_App::enable('provisioning_api');
|
2012-10-27 21:44:18 +04:00
|
|
|
#OC_App::enable('user_external');
|
2012-10-27 13:22:00 +04:00
|
|
|
|