enable_all.php 599 B

1234567891011121314151617181920212223
  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('files_sharing');
  10. OC_App::enable('files_encryption');
  11. OC_App::enable('calendar');
  12. OC_App::enable('contacts');
  13. OC_App::enable('apptemplateadvanced');
  14. OC_App::enable('appframework');
  15. #OC_App::enable('files_archive');
  16. #OC_App::enable('mozilla_sync');
  17. #OC_App::enable('news');
  18. #OC_App::enable('provisioning_api');
  19. #OC_App::enable('user_external');