summaryrefslogtreecommitdiffstats
path: root/lib/defaults.php
diff options
context:
space:
mode:
authorBjörn Schießle <schiessle@owncloud.com>2013-06-12 16:33:09 +0200
committerBjörn Schießle <schiessle@owncloud.com>2013-06-12 16:33:09 +0200
commit7a575cc2d74f4793b90b80447ef08ef1453b6ea2 (patch)
treefa481492b79eea4fc077031c913fa40ba4292296 /lib/defaults.php
parent7273f38af627b6a9135ecde5d101d29d1fd0d706 (diff)
downloadnextcloud-server-7a575cc2d74f4793b90b80447ef08ef1453b6ea2.tar.gz
nextcloud-server-7a575cc2d74f4793b90b80447ef08ef1453b6ea2.zip
short explanation about OC_Defaults
Diffstat (limited to 'lib/defaults.php')
-rw-r--r--lib/defaults.php5
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";