You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

enable_all.php 499B

12345678910111213141516171819
  1. <?php
  2. /**
  3. * Copyright (c) 2012 Thomas Müller <thomas.mueller@tmit.eu>
  4. * This file is licensed under the Affero General Public License version 3 or
  5. * later.
  6. * See the COPYING-README file.
  7. */
  8. require_once __DIR__.'/../lib/base.php';
  9. OC_App::enable('calendar');
  10. OC_App::enable('contacts');
  11. OC_App::enable('apptemplate_advanced');
  12. #OC_App::enable('files_archive');
  13. #OC_App::enable('mozilla_sync');
  14. #OC_App::enable('news');
  15. #OC_App::enable('provisioning_api');
  16. #OC_App::enable('user_external');