From: Tom Needham Date: Mon, 31 Dec 2012 16:08:21 +0000 (+0000) Subject: Code cleanup and add copyright info X-Git-Tag: v5.0.0alpha1~260^2~3 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=9626d9ce31c6144583481e26763c6a59ca52cf7a;p=nextcloud-server.git Code cleanup and add copyright info --- diff --git a/lib/ocs/config.php b/lib/ocs/config.php index 52affcd65ee..03c54aa2314 100644 --- a/lib/ocs/config.php +++ b/lib/ocs/config.php @@ -1,8 +1,30 @@ . +* +*/ class OC_OCS_Config { - public static function apiConfig($parameters){ + public static function apiConfig($parameters) { $xml['version'] = '1.7'; $xml['website'] = 'ownCloud'; $xml['host'] = OCP\Util::getServerHost();