Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBart Visscher <bartv@thisnet.nl>2012-05-14 19:57:43 +0400
committerBart Visscher <bartv@thisnet.nl>2012-05-16 20:53:46 +0400
commitf71fec8cdcb5d7d24b7dfa30dfaf24c5115e51c1 (patch)
tree4b510fcd7da78d67fa995c6daa33c3d7cd13842e /remote.php
parent2faae817f183e82975251d5023417e2f331971d3 (diff)
Combine and minimize core and default app css files
Diffstat (limited to 'remote.php')
-rw-r--r--remote.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/remote.php b/remote.php
index 2a7ab167d04..7b36b31d802 100644
--- a/remote.php
+++ b/remote.php
@@ -7,7 +7,7 @@ if (!$pos = strpos($path_info, '/', 1)) {
$pos = strlen($path_info);
}
$service=substr($path_info, 1, $pos-1);
-$file = OCP\CONFIG::getAppValue('core', 'remote_' . $service);
+$file = OC_AppConfig::getValue('core', 'remote_' . $service);
if(is_null($file)){
header('HTTP/1.0 404 Not Found');
exit;