From f71fec8cdcb5d7d24b7dfa30dfaf24c5115e51c1 Mon Sep 17 00:00:00 2001 From: Bart Visscher Date: Mon, 14 May 2012 17:57:43 +0200 Subject: Combine and minimize core and default app css files --- remote.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'remote.php') 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; -- cgit v1.2.3