diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-12-08 15:37:10 +0100 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-12-08 15:37:10 +0100 |
commit | 6488992dd0dcd68e487e1ca42dae62a152a0bef5 (patch) | |
tree | b8770071432f288712300a9cdd7ad81f7d134114 /program | |
parent | 3bb75a5cc7a7c77950eeb6070631c9c8b76a5a16 (diff) | |
parent | d414cc05a34eacc579a0678f59f433a7fb11d7bb (diff) |
Merge branch 'master' of github.com:roundcube/roundcubemail
Diffstat (limited to 'program')
-rw-r--r-- | program/lib/Roundcube/README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/program/lib/Roundcube/README.md b/program/lib/Roundcube/README.md index 06c6f6a53..88f2d076e 100644 --- a/program/lib/Roundcube/README.md +++ b/program/lib/Roundcube/README.md @@ -40,6 +40,7 @@ instantiating them. If you wanna use more complex functionality like IMAP access with database caching or plugins, the rcube singleton helps you loading the necessary files: +```php <?php define('RCUBE_CONFIG_DIR', '<path-to-config-directory>'); @@ -53,7 +54,7 @@ $imap = $rcube->get_storage(); // do cool stuff here... ?> - +``` LICENSE ------- |