diff options
author | Bart Visscher <bartv@thisnet.nl> | 2012-09-07 16:42:46 +0200 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2012-09-07 16:42:46 +0200 |
commit | edcd29747692ff1ffbec927b9f31ac239c5e192d (patch) | |
tree | b22e6c708c676413b4c6048e0378dfeae2b450f0 /lib/app.php | |
parent | 631df21de640183623e626409903a0a1f7b0105d (diff) | |
download | nextcloud-server-edcd29747692ff1ffbec927b9f31ac239c5e192d.tar.gz nextcloud-server-edcd29747692ff1ffbec927b9f31ac239c5e192d.zip |
Move handling of core remotes to OC_TemplateLayout
Diffstat (limited to 'lib/app.php')
-rwxr-xr-x | lib/app.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/app.php b/lib/app.php index f1e4f965efd..28f1f16ebaf 100755 --- a/lib/app.php +++ b/lib/app.php @@ -69,11 +69,6 @@ class OC_App{ OC_Util::$scripts = array(); OC_Util::$core_styles = OC_Util::$styles; OC_Util::$styles = array(); - - if (!OC_AppConfig::getValue('core', 'remote_core.css', false)) { - OC_AppConfig::setValue('core', 'remote_core.css', '/core/minimizer.php'); - OC_AppConfig::setValue('core', 'remote_core.js', '/core/minimizer.php'); - } } } // return |