diff options
-rw-r--r-- | lib/defaults.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/defaults.php b/lib/defaults.php index ebe18986322..7dc6fbd0ada 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"; |