[cvs] [Wiki] changed: GollemModule

Wiki Guest wikiguest at horde.org
Tue May 6 08:55:29 UTC 2008


guest [155.56.26.123]  Tue, 06 May 2008 04:55:29 -0400

Modified page: http://wiki.horde.org/GollemModule
New Revision:  1.3
Change log:  code  blocks instead of backticks

@@ -12,10 +12,10 @@

 +++++ configure the backend for private storage

 in gollem/config/backend.php
-
-``$backends['file'] = array(
+<code>
+$backends['file'] = array(
     'name' => Auth::getAuth().'Home',
     'driver' => 'file',
     'preferred' => true,
     'hordeauth' => false,
@@ -35,5 +35,6 @@
     // 'filter' => '^regex$',
     // 'quota' => false,
     'clipboard' => true,
     'attributes' => array('type', 'name', 'edit', 'download', 'modified',
'size', 'permission', 'owner', 'group')
-);``
+);
+</code>


More information about the cvs mailing list