short explanation about OC_Defaults

remotes/origin/stable6
Björn Schießle 13 years ago
parent 7273f38af6
commit 7a575cc2d7
  1. 5
      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";

Loading…
Cancel
Save