mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
short explanation about OC_Defaults
This commit is contained in:
parent
7273f38af6
commit
7a575cc2d7
1 changed files with 5 additions and 0 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in a new issue