diff --git a/lib/defaults.php b/lib/defaults.php index ebe18986322059bb53665bc5fd819b7d8fab3582..7dc6fbd0ada1964847843a57ac7e148a37103d4a 100644 --- a/lib/defaults.php +++ b/lib/defaults.php @@ -1,5 +1,10 @@ <?php +/** + * Default strings and values which differ between the enterprise and the + * community edition. Use the get methods to always get the right strings. + */ + class OC_Defaults { private static $communityEntity = "ownCloud";