short explanation about OC_Defaults

This commit is contained in:
Björn Schießle 2013-06-12 16:33:09 +02:00
parent 7273f38af6
commit 7a575cc2d7
1 changed files with 5 additions and 0 deletions

View File

@ -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";