Browse Source

Only allow loading of legacy (lib/private/legacy) by default

tags/v9.1.0beta1
Roeland Jago Douma 8 years ago
parent
commit
c9ad60defc
No account linked to committer's email address
1 changed files with 1 additions and 5 deletions
  1. 1
    5
      lib/base.php

+ 1
- 5
lib/base.php View File

@@ -481,11 +481,7 @@ class OC {
$loaderStart = microtime(true);
require_once __DIR__ . '/autoloader.php';
self::$loader = new \OC\Autoloader([
OC::$SERVERROOT . '/lib',
OC::$SERVERROOT . '/core',
OC::$SERVERROOT . '/settings',
OC::$SERVERROOT . '/ocs',
OC::$SERVERROOT . '/ocs-provider',
OC::$SERVERROOT . '/lib/private/legacy',
]);
if (defined('PHPUNIT_RUN')) {
self::$loader->addValidRoot(OC::$SERVERROOT . '/tests');

Loading…
Cancel
Save