Merge branch 'master' of github.com:roundcube/roundcubemail

pull/51/merge
Thomas Bruederli 12 years ago
commit 6488992dd0

@ -40,6 +40,7 @@ instantiating them.
If you wanna use more complex functionality like IMAP access with database If you wanna use more complex functionality like IMAP access with database
caching or plugins, the rcube singleton helps you loading the necessary files: caching or plugins, the rcube singleton helps you loading the necessary files:
```php
<?php <?php
define('RCUBE_CONFIG_DIR', '<path-to-config-directory>'); define('RCUBE_CONFIG_DIR', '<path-to-config-directory>');
@ -53,7 +54,7 @@ $imap = $rcube->get_storage();
// do cool stuff here... // do cool stuff here...
?> ?>
```
LICENSE LICENSE
------- -------

Loading…
Cancel
Save