summaryrefslogtreecommitdiffstats
path: root/lib/app.php
diff options
context:
space:
mode:
authorBart Visscher <bartv@thisnet.nl>2012-09-07 16:42:46 +0200
committerBart Visscher <bartv@thisnet.nl>2012-09-07 16:42:46 +0200
commitedcd29747692ff1ffbec927b9f31ac239c5e192d (patch)
treeb22e6c708c676413b4c6048e0378dfeae2b450f0 /lib/app.php
parent631df21de640183623e626409903a0a1f7b0105d (diff)
downloadnextcloud-server-edcd29747692ff1ffbec927b9f31ac239c5e192d.tar.gz
nextcloud-server-edcd29747692ff1ffbec927b9f31ac239c5e192d.zip
Move handling of core remotes to OC_TemplateLayout
Diffstat (limited to 'lib/app.php')
-rwxr-xr-xlib/app.php5
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