823551ae82
PR: 51942 Submitted by: maintainer
24 lines
955 B
Text
24 lines
955 B
Text
--- config/conf.php.dist.orig Fri Apr 4 21:23:54 2003
|
|
+++ config/conf.php.dist Sat Apr 5 17:57:35 2003
|
|
@@ -28,9 +28,9 @@
|
|
$conf['calendar']['params']['driver'] = 'mstore';
|
|
|
|
// The mstore driver requires a username and a password that is in
|
|
-// /etc/mpasswd in order to access local calendars.
|
|
-$conf['calendar']['params']['username'] = '';
|
|
-$conf['calendar']['params']['password'] = '';
|
|
+// /usr/local/etc/mpasswd in order to access local calendars.
|
|
+$conf['calendar']['params']['username'] = 'www';
|
|
+$conf['calendar']['params']['password'] = '%%PASSCAL%%';
|
|
|
|
// This is an example configuration for an sql driver, in this case MySQL.
|
|
// $conf['calendar']['params']['phptype'] = 'mysql';
|
|
@@ -48,7 +48,7 @@
|
|
// If this is true, then an array of keywords will be read from
|
|
// config/keywords.php and you will be able to assign any or all of
|
|
// them to events.
|
|
-$conf['metadata']['keywords'] = false;
|
|
+$conf['metadata']['keywords'] = true;
|
|
|
|
|
|
/**
|