diff options
Diffstat (limited to 'deskutils/horde-mnemo/files/patch-config_conf.php.dist')
-rw-r--r-- | deskutils/horde-mnemo/files/patch-config_conf.php.dist | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/deskutils/horde-mnemo/files/patch-config_conf.php.dist b/deskutils/horde-mnemo/files/patch-config_conf.php.dist deleted file mode 100644 index d3a504dd3711..000000000000 --- a/deskutils/horde-mnemo/files/patch-config_conf.php.dist +++ /dev/null @@ -1,21 +0,0 @@ ---- config/conf.php.dist.orig Mon Apr 22 20:39:23 2002 -+++ config/conf.php.dist Sun May 19 11:10:29 2002 -@@ -42,12 +42,12 @@ - // Below is an example configuration for an sql driver, in this case - // MySQL. - $conf['storage']['params'] = array(); --// $conf['storage']['params']['phptype'] = 'mysql'; --// $conf['storage']['params']['hostspec'] = 'localhost'; --// $conf['storage']['params']['username'] = 'horde'; --// $conf['storage']['params']['password'] = '*****'; --// $conf['storage']['params']['database'] = 'horde'; --// $conf['storage']['params']['table'] = 'mnemo_memos'; -+$conf['storage']['params']['phptype'] = 'mysql'; -+$conf['storage']['params']['hostspec'] = 'localhost'; -+$conf['storage']['params']['username'] = 'hordemgr'; -+$conf['storage']['params']['password'] = 'hordemgr'; -+$conf['storage']['params']['database'] = 'horde'; -+$conf['storage']['params']['table'] = 'mnemo_memos'; - - - /** |