diff options
author | Bart Visscher <bartv@thisnet.nl> | 2013-05-08 18:17:26 +0200 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2013-05-08 18:17:26 +0200 |
commit | 9f5b7657fb27d86792a034d3665efdac6eb304e5 (patch) | |
tree | f31e4d385dbae8e2211d75190c3ec2d3bbc47a15 /lib | |
parent | e620286b253bcd43806fa9deab5e2e67decda582 (diff) | |
download | nextcloud-server-9f5b7657fb27d86792a034d3665efdac6eb304e5.tar.gz nextcloud-server-9f5b7657fb27d86792a034d3665efdac6eb304e5.zip |
Remove include for loading legacy class
Diffstat (limited to 'lib')
-rw-r--r-- | lib/config.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/config.php b/lib/config.php index dcc659395a7..1c27292d6b3 100644 --- a/lib/config.php +++ b/lib/config.php @@ -176,5 +176,3 @@ class Config { @chmod($this->config_filename, 0640); } } - -require_once __DIR__.'/legacy/'.basename(__FILE__); |