summaryrefslogtreecommitdiff
path: root/program/lib/Roundcube/README.md
diff options
context:
space:
mode:
authorThomas B. <thomas@roundcube.net>2012-12-08 15:01:55 +0100
committerThomas B. <thomas@roundcube.net>2012-12-08 15:01:55 +0100
commitd414cc05a34eacc579a0678f59f433a7fb11d7bb (patch)
tree860c5a09b04e1a7f52b13d03bacff9d57588d3ea /program/lib/Roundcube/README.md
parentbc1ec6c1a103632e4809bf2ee1c39e486bfe3038 (diff)
Add github syntax highlighting to php code snippet
Diffstat (limited to 'program/lib/Roundcube/README.md')
-rw-r--r--program/lib/Roundcube/README.md3
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
-------