Thomas Bruederli
2012-12-08 6488992dd0dcd68e487e1ca42dae62a152a0bef5
Merge branch 'master' of github.com:roundcube/roundcubemail
1 files modified
3 ■■■■ changed files
program/lib/Roundcube/README.md 3 ●●●● patch | view | raw | blame | history
program/lib/Roundcube/README.md
@@ -40,6 +40,7 @@
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 @@
// do cool stuff here...
?>
```
LICENSE
-------