diff options
author | Björn Schießle <schiessle@owncloud.com> | 2013-06-12 16:33:09 +0200 |
---|---|---|
committer | Björn Schießle <schiessle@owncloud.com> | 2013-06-12 16:33:09 +0200 |
commit | 7a575cc2d74f4793b90b80447ef08ef1453b6ea2 (patch) | |
tree | fa481492b79eea4fc077031c913fa40ba4292296 /lib/defaults.php | |
parent | 7273f38af627b6a9135ecde5d101d29d1fd0d706 (diff) | |
download | nextcloud-server-7a575cc2d74f4793b90b80447ef08ef1453b6ea2.tar.gz nextcloud-server-7a575cc2d74f4793b90b80447ef08ef1453b6ea2.zip |
short explanation about OC_Defaults
Diffstat (limited to 'lib/defaults.php')
-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"; |